EYE EXERCISE APP
A sleek desktop app designed to protect your vision. This lightweight, minimal tool reminds users to take regular screen breaks and do simple eye exercises—crucial for long coding sessions or screen-heavy workflows.
🧠 Built with Python, featuring a modern dark-mode GUI and system tray integration.
- ⏰ Custom periodic reminders for eye relief exercises
- 🌙 Dark mode UI with Discord-inspired aesthetics
- 🪟 System tray support using
pystray- Start / Pause reminders
- Exit gracefully
- 💻 Designed to run in the background with minimal distraction
Python 3.13Tkinterfor GUIpystrayfor system trayPILfor icon renderingthreading,time, andsysfor background logic
If you want to create a standalone .exe:
pip install pyinstaller
pyinstaller --onefile --windowed eye_exercises_app.py