A python library implemented by python3, for listening to Toast message notifications on windows.
Project description
WinToastListener
README_CN
A python library implemented by python3, for listening to Toast message notifications on windows.
Supported platforms
Supported
Windows10 and above
Untested
Windows8
P.S.: I don't have the system and can't test it. Welcome to test the relevant system and let me know the conclusion.
Not supported
Windows7 and below
Installation
pip install wintoastlistener
Minimum usage example
from wintoastlistener import ToastListener
def example_callback(event_data, resources):
print(event_data)
print(resources)
listener = ToastListener(callback=example_callback)
listener.listen()
Document
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wintoastlistener-1.0.0.tar.gz.
File metadata
- Download URL: wintoastlistener-1.0.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
268e9a629f035122dcfe610be7df8b7223ddcc7fed395f89f3bf4193d9d42642
|
|
| MD5 |
12443b3b9cf7a465df7f072c326bd144
|
|
| BLAKE2b-256 |
403fce8cd8aa427efb8ef0e51416814c4688569dd0c872da5d919f2e25930c56
|
File details
Details for the file wintoastlistener-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wintoastlistener-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7a28fad718dcdb60664c5e16ef390706ff7d20c7587da6c77cddea021d61a4a
|
|
| MD5 |
39c82827f2e0b9298fa72fce323d6b4f
|
|
| BLAKE2b-256 |
5360968f92d25bbad53067f645b6744fce86cdba45965482eba023e34430c3a8
|