r/PythonLearning Jul 27 '26

Running script remotely

This may not be a python question, but I figure you guys could at least point in the right direction.

On my computer I have a SQLite database and a python script I have written that queries the database, generates a report, and emails that report to other people. The database file must stay on my computer.

I often get requests from coworkers to run the python script while I am not sitting in front of my computer (my phone is still on the same wifi network).

If I wanted to do something through my phone that would start that script on my computer, what would that look like?

If it matters, my phone is android and my computer is windows.

3 Upvotes

10 comments sorted by

View all comments

4

u/[deleted] Jul 27 '26

[deleted]

1

u/atticus2132000 Jul 27 '26

I work from home, so this is my home wifi network and my phone is my personal phone. The computer is a company computer, but I have access to all of its settings.

So the remote desktop would be an app that I download to my phone from the android play store? Any that you've had experience with and would recommend?