Python program to give you a reminder at a specific time interval while you're using your laptop.
- Ubuntu (v18.04 used for development)
- Python (v2.7 used for development)
- Git clone this repo
$ git clone https://github.com/jrathod9/Linux-Reminder.git
$ cd Linux-Reminder/
$ sudo apt-get install python-tk
$ python remind.py <time interval in hours> "Alert message to be show">
- Example :
$ python remind.py 0.5 "Its half an hour"
Don't worry about the time and work effeciently.
To end the process press ctrl Z