Metadata-Version: 2.1
Name: Toast4Windows
Version: 0.0.5
Summary: Python library based on C++ to show Windows 10 based toast notification. 
Home-page: UNKNOWN
Author: Pankaj Pande
Author-email: pkjpande@gmail.com
License: UNKNOWN
Keywords: python,windows toast,toast,notifications,windows notifications,windows popup
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: winrt


# Toast4Windows
Python library based on C++ to show Windows 10 based toast notification.

Usage :

from toast4windows import custom_notification

custom_notification(app_id="example app",
                     title="Toast4Windows demo",
                     msg="Hello World!")

![image1](https://user-images.githubusercontent.com/16394203/127767333-c195f613-9415-4719-960e-e5a1293f6e52.PNG)



