Toast notification for Windows - ctypes only - no dependency
Project description
Toast notification for Windows - ctypes only - no dependency
pip install ctypestoast
from ctypestoast import show_notification,show_notification_threaded
show_notification(
title="work done",
msg="i am ready",
icon_path=r"C:\Users\hansc\Downloads\1.ico",
repeat=3,
sleeptime=1,
)
show_notification_threaded(
title="work done",
msg="i am ready",
icon_path=r"C:\Users\hansc\Downloads\1.ico",
repeat=3,
sleeptime=1,
)
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
ctypestoast-0.10.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file ctypestoast-0.10.tar.gz
.
File metadata
- Download URL: ctypestoast-0.10.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d497a0416325217d44a7b2d7f32e75bbf3e77937dd14d163e6ff8e161ded19d6 |
|
MD5 | fa60f2e206b13a79de7e274d055f8ad6 |
|
BLAKE2b-256 | a322e8f1d651cae14c6c7447299f0efa29e2ef38f68b41e881ab008ce355701c |
File details
Details for the file ctypestoast-0.10-py3-none-any.whl
.
File metadata
- Download URL: ctypestoast-0.10-py3-none-any.whl
- Upload date:
- Size: 5.3 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 | 596567823f0266a9ce3f1d918853133eebb314481769e9fbf05da74470dc99d4 |
|
MD5 | 1810ffbe2420704ca29c4185b0ff2d58 |
|
BLAKE2b-256 | ac9d29d77277a8597cc7d9f9937208bd9617cfeecd4ca409d3049965e039fcd6 |