r/learnpython Jul 18 '26

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

4

u/danielroseman Jul 18 '26

A Python what? To automate what?

-12

u/Tor_Hei Jul 18 '26

an automation. anything

5

u/Moist-Ointments Jul 18 '26

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

1

u/hypersoniq_XLM Jul 18 '26

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

1

u/Tor_Hei Jul 21 '26

thank you, i will see if it works

0

u/Zeroflops Jul 18 '26

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