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 hashes)
Built Distribution
Close
Hashes for ctypestoast-0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 596567823f0266a9ce3f1d918853133eebb314481769e9fbf05da74470dc99d4 |
|
MD5 | 1810ffbe2420704ca29c4185b0ff2d58 |
|
BLAKE2b-256 | ac9d29d77277a8597cc7d9f9937208bd9617cfeecd4ca409d3049965e039fcd6 |