+ 3
Pythonbased apps
Is it possible to create interpreter-i ndependent applications for smartphones using python?
1 Answer
+ 8
Yes, kivy module supports android apps.
Also, you can download QPython3 app which contains several example apps written in Python, utilizing the sl4a (Python Android scripting layer).