A python made application to remind the user to follow 20-20-20; For 20 seconds, look at something 20 metres away every 20 minutes (to rest your eyes and keep them working well over time)
Download the latest release from the releases section to the right. Extract the zip and run main.exe
.
We use Qt for UI management stuff:
pip install PyQt5
For building the desktop application:
pip install pyinstaller
Assuming all the pip requirements were satisfied:
python main.py
pyi-makespec --onefile --icon=icon.ico main.py
After making relevant modifications to the spec file:
pyinsaller main.spec