Skip to main content

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


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)

Uploaded Source

Built Distribution

ctypestoast-0.10-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page