Windows-10-Toast-Notifications without pywin32 dependency
Project description
Windows-10-Toast-Notifications without pywin32 dependency
pip install win10ctypestoast
Tested against Windows 10 / Python 3.10 / Anaconda
Basically the same as https://github.com/jithurjacob/Windows-10-Toast-Notifications
but without pywin32 dependency.
from win10ctypestoast import show_toast
show_toast(
title="Title",
message="Message",
icon=r"C:\Users\hansc\Pictures\numberresults.png",
duration=1,
repeat=2,
pause=2,
threaded=False,
)
show_toast(
title="Title",
message="Message",
icon=r"C:\Users\hansc\Pictures\numberresults.png",
duration=2,
repeat=2,
pause=1,
threaded=True,
)
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
win10ctypestoast-0.10.tar.gz
(35.0 kB
view details)
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 win10ctypestoast-0.10.tar.gz.
File metadata
- Download URL: win10ctypestoast-0.10.tar.gz
- Upload date:
- Size: 35.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f3a182100b3eae85b05eca442c7d61584bc4d3d58c8735d8822987661403cfc
|
|
| MD5 |
6cca8d71042cddea359b3b9dabd893c5
|
|
| BLAKE2b-256 |
349f70923b8dc5d5a69c2d52dcd77182da73cb08f3b9baf57e0f0a7776bb77f4
|
File details
Details for the file win10ctypestoast-0.10-py3-none-any.whl.
File metadata
- Download URL: win10ctypestoast-0.10-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40e9dd30f542b7e03e38f221d797a4846898fa53a86006c7774d7e041b6f75a6
|
|
| MD5 |
fb459723e95ab50f4982ddea25b8aa3a
|
|
| BLAKE2b-256 |
8a3609070f81ecf92f7b4da19473d6cf52bf637e9847f72086124d314b26f64c
|