# Windows 10 Toast Notifications
An easy-to-use Python library for displaying Windows 10 Toast Notifications which is useful for Windows GUI development.
![o7ja4 1](https://cloud.githubusercontent.com/assets/7101452/19763806/75f71ba4-9c5d-11e6-9f16-d0d4bf43e63e.png)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications?ref=badge_shield)
## Installation
```
pip install win10toast
```
## Requirements
### Installation of pywin32
```
pypiwin32
setuptools
```
## Example
```
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Hello World!!!",
"Python is 10 seconds awsm!",
icon_path="custom.ico",
duration=10)
toaster.show_toast("Example two",
"This notification is in it's own thread!",
icon_path=None,
duration=5,
threaded=True)
# Wait for threaded notification to finish
while toaster.notification_active(): time.sleep(0.1)
```
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications?ref=badge_large)
Raw data
{
"_id": null,
"home_page": "https://github.com/jithurjacob/Windows-10-Toast-Notifications",
"name": "win10toast",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Jithu R Jacob",
"author_email": "jithurjacob@gmail.com",
"download_url": "https://github.com/jithurjacob/Windows-10-Toast-Notifications/tarball/0.9",
"platform": "",
"description": "# Windows 10 Toast Notifications\n\nAn easy-to-use Python library for displaying Windows 10 Toast Notifications which is useful for Windows GUI development.\n\n\n![o7ja4 1](https://cloud.githubusercontent.com/assets/7101452/19763806/75f71ba4-9c5d-11e6-9f16-d0d4bf43e63e.png)\n\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications?ref=badge_shield)\n\n\n\n## Installation\n\n```\npip install win10toast\n```\n\n## Requirements\n\n### Installation of pywin32\n```\npypiwin32\nsetuptools\n```\n\n## Example\n\n```\nfrom win10toast import ToastNotifier\ntoaster = ToastNotifier()\ntoaster.show_toast(\"Hello World!!!\",\n \"Python is 10 seconds awsm!\",\n icon_path=\"custom.ico\",\n duration=10)\n\ntoaster.show_toast(\"Example two\",\n \"This notification is in it's own thread!\",\n icon_path=None,\n duration=5,\n threaded=True)\n# Wait for threaded notification to finish\nwhile toaster.notification_active(): time.sleep(0.1)\n```\n\n\n## License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications?ref=badge_large)\n\n\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "An easy-to-use Python library for displaying Windows 10 Toast Notifications",
"version": "0.9",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d4ba95c0ea87d9bcad68b90d8cb130a313b939c88d8338a2fed7c11eaee972fe",
"md5": "ea282a2fa94ae1ada0afaa74a2828b97",
"sha256": "44e5afa1001de88a0ee533872231521fa67c7d144f39974089af242d9c4620a4"
},
"downloads": -1,
"filename": "win10toast-0.9-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ea282a2fa94ae1ada0afaa74a2828b97",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21458,
"upload_time": "2018-01-26T03:40:02",
"upload_time_iso_8601": "2018-01-26T03:40:02.437610Z",
"url": "https://files.pythonhosted.org/packages/d4/ba/95c0ea87d9bcad68b90d8cb130a313b939c88d8338a2fed7c11eaee972fe/win10toast-0.9-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-01-26 03:40:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "jithurjacob",
"github_project": "Windows-10-Toast-Notifications",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pypiwin32",
"specs": []
},
{
"name": "setuptools",
"specs": []
}
],
"lcname": "win10toast"
}