/toasts-winrt

Python bindings for WinRT for Windows-Toasts

Primary LanguageC++MIT LicenseMIT

Python toasts-winrt SDK

Select toast notification-related Python bindings for the Windows SDK to be used in Windows-Toasts.

This is forked from the winsdk package, under the MIT license.

Installation

This package is distributed on PyPI as the toasts-winrt package.

# use your favorite environment manager
poetry add toasts-winrt
pipenv install toasts-winrt
pip install toasts-winrt

You'll most likely install it indirectly however, through the Windows-Toasts project.