A simple Python script that reminds you to rest your eyes every 20 minutes while working on your computer.
This helps reduce eye strain and promotes healthy screen-time habits.
The script uses the pyttsx3 text-to-speech library to give a voice reminder every 20 minutes, telling you to take a short break and rest your eyes.
- Python 3.x
pyttsx3library
Install the required library using:
pip install pyttsx3-
Clone or download this repository
-
Open a terminal in the project directory
-
Run the script:
python main.py
-
Every 20 minutes, a voice reminder will play asking you to rest your eyes.
- β±οΈ Automatic 20-minute reminder cycle
- π Voice notifications using
pyttsx3 - π» Lightweight and runs in the background