Socket
Socket
Sign inDemoInstall

win10ctypestoast

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win10ctypestoast

Windows-10-Toast-Notifications without pywin32 dependency


Maintainers
1

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,

)







Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc