Skip to main content

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

This version

0.10

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 hashes)

Uploaded Source

Built Distribution

win10ctypestoast-0.10-py3-none-any.whl (36.1 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