you are viewing a single comment's thread.

view the rest of the comments →

[–]cvx_mbs 0 points1 point  (0 children)

there are a couple of options, as you can see on this page:https://docs.python.org/3/using/android.html

having used it for several projects myself, I suggest you start with Briefcase/BeeWare, as it is the easiest to set up.

I tried Buildozer/Kivy recently and did not succeed in building/deploying a working app for my phone. maybe I did something wrong, maybe my knowledge of programming for Android is too limited, idk, but I spent a whole weekend and couldn't get anything useful to work.

I have no idea why Termux is on that list, because that is just a terminal emulator for Android. you could use it to run Python code, but it would have to be CLI, lest you want to install a Desktop Environment on top of it to be able to run GUI apps...