Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

winsdk-toast

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winsdk-toast

A simple package for displaying Windows Toast Notification based on winsdk.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

winsdk_toast

A simple package for displaying Windows Toast Notification based on winsdk.

Sometimes, after starting my data processing python script, I may surf the Internet. It chokes my happiness that to frequently check whether the script stops, or suddenly realize the script has stopped for a long while.

It'll be reassuring that the script can stop with a friendly gesture.

Features

winsdk_toast can pop up Windows Toast Notifications that contain

  • Text
  • Image
  • Input
    • Text
    • Selection
  • Audio
    • Buit-in
    • Custom
  • Progress
    • Still
    • Live
  • Group
  • Event

Minimal Example

from winsdk_toast import Notifier, Toast


notifier = Notifier('程序名 applicationId')
toast = Toast()
toast.add_text('第一行 1st line')
notifier.show(toast)

minimal.gif

More examples and documents are on the way.

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc