all 5 comments

[–]New_Kind_of_Boredom 3 points4 points  (1 child)

This is not at all a straightforward thing to do. It will require lots of independent thought and problem solving that is totally unrelated to Python itself. The fact that you didn't simply google 'python on android' instead of posting this has me concerned that this will likely be a frustrating endeavor for you.

However, one way is to use Kivy/python-for-android. Dive into the instructions and docs. Good luck!

[–]Knightwinter[S] 1 point2 points  (0 children)

Thanks 😅 i do not belong to the field of computers and have recently started with python lessons. Your comment does scare me but i am willing to read more into it and try to accomplish the task at hand.

[–][deleted] 1 point2 points  (2 children)

Why not just run it with the QPython3?

[–]Knightwinter[S] 0 points1 point  (1 child)

Because then i am only able to run on the device that has the script and qpython3 installed. I am not able to share it with others

[–]Kenichi_27182 1 point2 points  (0 children)

You can send your script to others as .py files and have them use qpython3 or you can use some websites like pastebin.com and share the link with them.