+ 1
Background in Python
I want that my program runs when the program is closed too. Sorry for the English 😂
2 odpowiedzi
0
You can use task scheduler/cron job or run the app as a service
0
The easiest way - push your code to GitHub, then rent some VPS, install some Linux there, Python and all needed dependents; pull your code from GitHub. Then use 'screen' utility and run your .py file, after that detach screen and enjoy! Your app will work forever! (Until you pay for VPS)