Automate Python script using Task Scheduler on Windows
STEP 1: Save python script file as .pyw extension
#script.pyw
your awesome code goes here...
STEP 2: Make python script into a batch file
**2.1. **Open notepad. Add the following and save it as .bat extension.
start "" "path_to_pythonw.exe" "path_t...
nihad.hashnode.dev2 min read