+ 2

Creating an App using Python?

Hi guys I wanted to try and make an app that was useful to me. But I'm better at Python. Does anyone know where I can make the App? Thanks đŸ€—

17th Feb 2018, 3:36 PM
André Oliveira
André Oliveira - avatar
4 Answers
+ 14
You can either build web apps with Python web frameworks (Django), desktop apps with one of GUI supporting libraries (kivy, tkinter, pygame and others) or mobile apps (kivy, sl4a) Refer here:-) https://github.com/renpytom/rapt-pygame-example This tutorial also helps... https://kivy.org/docs/tutorials/crashcourse.html
17th Feb 2018, 4:23 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 4
PyMob is a platform where apps can be written purely in Python .Also Kivy is a cross-platform development framework that uses Python.
17th Feb 2018, 4:00 PM
Gleny Rebellow
Gleny Rebellow - avatar
+ 1
I went for the kivy. I downloaded the zip, but I can't find the program...
17th Feb 2018, 4:15 PM
André Oliveira
André Oliveira - avatar
0
Where the hell can I download pyMob
19th Nov 2019, 7:36 AM
Andy Ekpo
Andy Ekpo - avatar