Currently broken, pywin32 has serious installation issues.
An extremely simple cross-platform library for showing toast notifications.
Until I upload to pypi
, you can install via setup.py
:
> pip3 install -r setup.requirements.txt && python3 setup.py install
- Cross platform icon support
- Test on older (win7) systems
import toast
# show a notification
toast.notify(
title="Hello, World!",
description="Some descriptive text here"
)