Python for Android

Besides the official pygame port for android, which requires python 2.7.1, which I like 3.4.1 more. Also, besides Kivy, what is the way to put pygame or another python module on android?

+5
source share
1 answer

If you are looking for ways to run Python on Android, I would use Android Scripting . It provides support for python 2.x and provides an API for calling the hardware functions of your droid. Please note that it is in an early state of development, so I would not use it for anything in production.

+1
source

Source: https://habr.com/ru/post/1206482/


All Articles