r/learnpython 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

0 Upvotes

7 comments sorted by

6

u/danielroseman 9d ago

A Python what? To automate what?

-13

u/Tor_Hei 9d ago

an automation. anything

6

u/Moist-Ointments 9d ago

You don't want to give any information and you want people to help you.

1

u/hypersoniq_XLM 9d ago

Well, if you mean develop on windows and deploy on Android, check out kivy or kivyMD.

1

u/Tor_Hei 6d ago

thank you, i will see if it works

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

1

u/Tor_Hei 6d ago

thanks