+ 4
How do I create an app?
9 Answers
+ 41
If you want to create a desktop app use tkinter. Tkinter is built-in library in Python and it is easy to use. For mobile applications you are out of luck. If you want to create apps for mobile devices you need to know Swift, C# or Java.
+ 9
That's an ambiguous question with many open ended answers. There has to be some planning on what app you are trying to build. Is it GUI-based? Is it CLI-based? Will it need dependencies and what functions does it offer etc.?
In addition to Evcheto's answer in creating a GUI with Tkinter, you can also use other cross platforms such as wxPython, PyQt, PySide. They're versatile and have friendly widgets to help you build an app.
+ 8
Using Java and XML together. Try downloading AIDE on play store, with this app you can code and test your app inside your own device. But there are in app purchases to unlock lessons.
+ 6
I've heard about free Python library called kivy. try to install it using pip and use this site for reference https://kivy.org/#home. with kivy you can create apps for Windows, iOS and Android.
+ 2
PyQt I heard it's more easy to use then Tkinter
+ 2
what about Cordova for making apps?
+ 2
I heard PyQt is easier I just would looking into the functionality. Keep us posted on that
+ 1
Depending on which os you are wanting to write an app for. Android SDK with python is great
0
You can use a framework like Ionic and Cordova to build a mobile app.