Take-A-Break-For-Your-Eyes!
#WorkfromHome has been the norm these days.
But using computer all day isn't that pretty is it?
So TABFYE!
Go to the project directory and run the following command
pip install -r requirements.txt
- You can change the time interval according to your choice
- If you don't want to be reminded when doing something like an office meeting, then you can disable reminders for that specific time
- You can also disable reminders for specific days of the week
- This program has been tested with Python v3.7
- In linux, if you get the folowing error while installing requirements.txt
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6f97az8k/PyQt5/
Then upgrading pip solves the error :
pip3 install --upgrade pip
This project was made for HackJaipur hackathon