fastfingertips / notifier

displays a random item and its description from your list as a notification

Repository from Github https://github.comfastfingertips/notifierRepository from Github https://github.comfastfingertips/notifier

Supported File Formats:

Basic Usage:

python main.py
python main.py data.json

Usage with Arguments:

python main.py data.json true false

The above usage is equivalent to the following. If arguments are not specified, default values will be used.

python main.py data.json loop=true history=false

You can also use all these commands with pyw, but specifying a list is mandatory for it to work.

pyw main.py data.json

If you used pyw and want to terminate, you can use the following: taskkill /t /f /im pythonw.exe

About

displays a random item and its description from your list as a notification

License:MIT License


Languages

Language:Python 100.0%