This script will send you windows-notification when the specified crypto-currency price crosses the limit you entered.
You will need custom win10toast package as the one on pip does not have callback_on_click
feature.
- Run
pip install win10toast
- Replace the directory C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python39\Lib\site-packages\win10toast with the one in the repository.
- Open Command Prompt
- Make sure that
sript.py
is in your Current Working Directory - Run command
python sript.py
You can also run it on the Code Editor of your choice.