-
-
Notifications
You must be signed in to change notification settings - Fork 441
Notify_windows
Chris Caron edited this page Mar 29, 2020
·
7 revisions
- Source: n/a
- Icon Support: Yes
- Message Format: Text
- Message Limit: 250 Characters per message
Display notifications right inside of your windows application. This only works if you're sending the notification to the same windows system you're currently accessing. Hence this notification can not be sent from one PC to another.
You may have to install a dependency on your windows system to get this to work. Simply run:
# windows:// minimum requirements
pip install pypiwin32
There are currently no options you can specify for this kind of notification, so it's really easy to reference:
- windows://
There are no parameters at this time.
Assuming we're on a Windows computer, we can send a Windows Notification to ourselves:
# Send ourselves a windows notification
apprise windows://