Abhorrent_Anger 3cf72af62f | ||
---|---|---|
.vscode | ||
eyestrainreminder | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
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
Second, just install the tool and required Python modules via:
python setup.py install --user
Or to remove:
pip uninstall eyestrainreminder