This script makes you schedule a time, then it reminds you of a specific task, based on the time you have been determinate.
The script file must be in the shell startup, to access it, press Windows + R
, then type shell:startup
, a folder will appear, just put the script there and you're done.
One important thing if you don't want the console to be displayed every time, just change the python script extension from .py
to .pyw
.
Before run the script make sure you have python installed, then install these dependencies by running the following command:
pip install -r requirements.txt
The script is full of comments in case you want to understand certain code what it is doing.