Skip to content

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

License

Notifications You must be signed in to change notification settings

Mo-Dabao/winsdk_toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b321f58 · May 16, 2022

History

8 Commits
May 16, 2022
May 16, 2022
May 16, 2022
May 3, 2022
May 16, 2022
May 2, 2022
May 16, 2022
May 3, 2022
May 5, 2022

Repository files navigation

winsdk_toast

Documentation Status

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_example.gif

More examples and documents are on the way.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages