How to make apps with Python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make apps with Python ?

I have some Python scripts which I would like to transform into android apps, Is there any way to do so??

12th Mar 2017, 11:19 AM
Anand Kumar
Anand Kumar - avatar
5 Answers
+ 7
Yes, you can download QPython3 and see some examples there. The test.py demonstrates many useful applications of Python in Android.
12th Mar 2017, 12:59 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
12th Mar 2017, 6:49 PM
Kirk Schafer
Kirk Schafer - avatar
+ 6
You can use kivy/buildozer to pack to .apk This will, however, embed the whole Python and all required modules. Just so you know beforehand :)
12th Mar 2017, 2:34 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 1
yeah I know that.. I was asking if you could tell me how to compile my Python scripts in 'apk' form so that I may install and run it on my android. @Kuba
12th Mar 2017, 2:12 PM
Anand Kumar
Anand Kumar - avatar
0
use test.py for Android...
12th Mar 2017, 4:31 PM
Mohamed Riyas R
Mohamed Riyas R - avatar