Skip to main content

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

Project description

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.

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

winsdk_toast-0.1.0.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

winsdk_toast-0.1.0-py3-none-any.whl (7.2 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