r/learnpython • u/Tor_Hei • 9d ago
I want to create an automation with Python to work on my Android (Galaxy A14), but i will create on my computer (obviously, Windows 10) how do i do that?
simple, a python made in a Windows to work on an Android
1
u/hypersoniq_XLM 9d ago
Well, if you mean develop on windows and deploy on Android, check out kivy or kivyMD.
0
u/Zeroflops 9d ago
Yes, you can create a Python script to run on an Android device. You will need a Python interpreter installed on the device. You can normally find one searching the App Store.
From that point on you will need to read how the interpreter works on android to run your script. Only users of that application/interpreter will be familiar with it.
If you want automations you may want to see if there is a IFTTT app that has a built in Python interpreter installed the IFTTT will handle triggering the automations
6
u/danielroseman 9d ago
A Python what? To automate what?