A Notification Alert System
- Allows you to set notification alert after given minutes
- Enable or Disable counter to display on your terminal
- python2 only
- pypiwin32
- win10toast
Install the above packages using pip install pypiwin32 win10toast
sudo python setup.py install
[Make sure you are using python2]
alertify time message
alertify time message --no-counter
time - denotes the minutes which can be any integer value
message - the message to display
alertify 1 Time is up
Alerts after 1 minute (Timer runs on the terminal)
alertify 2 Time is up --no-counter
Alerts after 2 minutes (Timer does not run on the terminal)
NOTE: Works on Linux and Windows.