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 PyQt5For building the desktop application:
pip install pyinstallerAssuming all the pip requirements were satisfied:
python main.pypyi-makespec --onefile --icon=icon.ico main.pyAfter making relevant modifications to the spec file:
pyinsaller main.spec


