+ 2
How do I create apps with Python?
Thing is, yes I'm learning how to code it,but how do I develop an app or program from the code?
3 Answers
+ 5
For Android you may download a QPython3 application from Google Play. It contains raw code examples on several application features (GUI, geolocalization, camera, sound, voice, etc.)
I hear kivy module supports app building, too. Never tried it though.
+ 1
you would have to embark on a project now it depends on whta you want to do if you are looking at Gui or you still want to maintain a CLI, you can just distribute to friends but if you want to start GUI then there are lots of Gui libraries out there for python such as Thintker, Pygame, WxPython, PyGTK, Pyqt and the likes oh i would also recommend Kivy as that has been the library i have been using for about a year now and the interesting thing about kivy is that it is cross-platformed so it means you can write your code and compile it for android, IOS, Windows and Ubuntu there are lots of tutorials out there that teaches you how to use this library, you can visit the kivy site and see its documentations that way you learn something
+ 1
Thank you for your answers đ