A small background tool for reminding the user of the "20-20-20" rule.
Go to file
Abhorrent_Anger 8585ea3e1f Setup 2019-10-22 14:43:20 +03:00
.vscode Initial structure 2019-10-21 00:14:56 +03:00
eyestrainreminder Setup 2019-10-22 14:43:20 +03:00
files File management 2019-10-21 14:14:26 +03:00
.gitignore Initial commit 2019-10-20 23:04:03 +03:00
LICENSE Initial commit 2019-10-20 23:04:03 +03:00
README.md Setup 2019-10-22 14:43:20 +03:00
requirements.txt Setup 2019-10-22 14:43:20 +03:00
setup.py Setup 2019-10-22 14:43:20 +03:00

README.md

EyeStrainReminder

A small background tool to remind the user of the "20-20-20" rule. Uses system notifications and sound cues.

First, you might need these packages:

sudo apt-get install python-gobject libnotify-bin python-gst-1.0

pip3 install notify2 playsound --user

Second, just install the required Python modules via:

python setup.py install --user

Or to remove:

pip remove eyestrainreminder