is it possible to write a python script, to compile it to run on android? I read on the internet that there were python librairy like “androidhelper” etc … but I do not know how to create an executable for android code in python…
someone who can help me please ?
You can build android apps in python, although you probably wont be programming in native python. Youll need an Android SDK and probably an IDE to do the job. Im not an expert so I cant tell you all about it.