Skip to content
/ toast Public

A cross platform python library for toast notifications

License

Notifications You must be signed in to change notification settings

tkaden4/toast

Repository files navigation

toast

Currently broken, pywin32 has serious installation issues.

An extremely simple cross-platform library for showing toast notifications.

Installation

Until I upload to pypi, you can install via setup.py:

> pip3 install -r setup.requirements.txt && python3 setup.py install

TODO

  • Cross platform icon support
  • Test on older (win7) systems

Example

import toast


# show a notification
toast.notify(
    title="Hello, World!",
    description="Some descriptive text here"
)

About

A cross platform python library for toast notifications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages