This is a simple Python script that reminds you to take a break every 20 minutes.
This script uses the following Python libraries:
keyboard
win10toast
You can install these using pip:
pip install -r requirements.txt
Run the script using Python:
python main.pyw
The script will display a notification every 20 minutes reminding you to get up and move. Press the 'F8' key to stop the script.
To have this script run automatically when you start your computer, follow these steps:
- Create a shortcut of the
main.pyw
file. - Press
Win + R
to open the Run dialog. - Type
shell:startup
and press Enter. This will open the Startup folder. - Copy the shortcut to the Startup folder.
Now, the script will run automatically every time you start your computer.
This project is licensed under the terms of the Apache License.