I've started a project utilizing #python #socketio server and client. I was wondering if anyone had anyidea about the python-socketio compatibility with #android. the android client is going to be all Python using #kivy and compiled into an apk using #buildozer / #PythonForAndroid
I've coded up much of the server and only just thought about the compatibility of socketio on android. python-socketio code is entirely pure python so I reckon it should be okay
#pythonforandroid #buildozer #kivy #android #socketio #python
Supporting free/libre frameworks like #kivy or #Tryton is also a great way to support #GNUHealth ❤️
I've decided to pull a project from the cupboard, get it working again, and add new features!
I can't believe that it's been 4 years since I touched this!
Currently, it runs Speedtest.net on demand and shows the output.
I can also inform you of your Raspberry Pi's internal and external IPs
#github #raspberrypi #networking #kivy #display
Learn programming with Python
Get started with #Python—the world's most popular programming language! Loved by pros and hobbyists alike, this easy-to-learn language is used for web development, game creation, AI, robotics, computer vision, automating tasks, and even space exploration! You'll learn by building real projects with Python, and work with #Pygame, SQL, #Tkinter, #Kivy, and #Pandas—all while supporting NPower with your purchase.
https://www.humblebundle.com/software/complete-python-programming-mega-bundle-zenva-software
#python #pygame #tkinter #kivy #pandas
Busy working on my #weekendproject with #kivy using #kivymd trying to make a card flip effect. I want to show text on one side, click the card and have it flip to show the text on the back.
Seemingly just battling with it this morning. Help :)
#askmastodon #python #android
#weekendproject #kivy #kivymd #askmastodon #python #android
@postroutine You could create a #kivy application using ScreenManager with Labels and Images or videos in your Screens, you could drive the current screen using either timers, or user interactions, or listening for network events.
I did an example app for which i used my phone to discover local devices running a server app, and send commands to them to switch screen and other properties.
Content is hardcoded in screens of the app, but can be more dynamic if needed
https://github.com/tshirtman/partac_opensource
@EwanCroft@mastodonapp.uk There are a couple options, #Kivy with python-for-android, and #pybee with briefcase, i'm biased for kivy, as i've been a contributor for it for a long time, but depending on your objectives, the different tradeoffs might make you prefer the latter. Kivy being opengl based, it gives you a lot of freedom on how your app should look, but it will look the same on every platform, while pybee uses native widgets on every platform, which gives less freedom but integrate better with the OS.
@Alianin there are more than just pygame, many options can be used for game dev on python, from pixelart oriented #arcade to #panda3D for 3d ones, and many options like #pyglet or #kivy can be used to build games as well, even if less directly game oriented.
Nothing wrong with pygame, but there are many options.
#kivy #pyglet #panda3d #arcade
@davidcampey I'm good at #python. I could learn something else like #flutter if I needed to. My main constraint here is that I have data in another app (not mine) and I want to click on the "share data" button and export it into my app. If #kivy lets me do that, I'm sold. If not, I guess it's time to learn a new language?
@tshirtman #Kivy is amazing! I hope I can do something with Kivy at some point.
For very small stuff I'm using #PySimpleGUI :)