{"id":13448380,"url":"https://github.com/jithurjacob/Windows-10-Toast-Notifications","last_synced_at":"2025-03-22T09:31:18.212Z","repository":{"id":37617449,"uuid":"47608376","full_name":"jithurjacob/Windows-10-Toast-Notifications","owner":"jithurjacob","description":"Python library to display Windows 10 Toast Notifications","archived":false,"fork":false,"pushed_at":"2023-08-02T07:08:59.000Z","size":42,"stargazers_count":982,"open_issues_count":72,"forks_count":167,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-16T22:05:57.294Z","etag":null,"topics":["desktop-application","python","python-library","pywin32","win32","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jithurjacob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-12-08T08:17:04.000Z","updated_at":"2025-03-05T17:36:04.000Z","dependencies_parsed_at":"2024-01-16T22:20:00.291Z","dependency_job_id":"19da196c-ef9d-4f64-935b-5e7c19ecf270","html_url":"https://github.com/jithurjacob/Windows-10-Toast-Notifications","commit_stats":{"total_commits":38,"total_committers":9,"mean_commits":4.222222222222222,"dds":0.4473684210526315,"last_synced_commit":"9d52b73f1af6c60162cf09b99269c4f7b13cdb00"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithurjacob%2FWindows-10-Toast-Notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithurjacob%2FWindows-10-Toast-Notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithurjacob%2FWindows-10-Toast-Notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithurjacob%2FWindows-10-Toast-Notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jithurjacob","download_url":"https://codeload.github.com/jithurjacob/Windows-10-Toast-Notifications/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-application","python","python-library","pywin32","win32","windows"],"created_at":"2024-07-31T05:01:43.892Z","updated_at":"2025-03-22T09:31:17.507Z","avatar_url":"https://github.com/jithurjacob.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Windows 10 Toast Notifications\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)  [![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) [![HitCount](http://hits.dwyl.io/jithurjacob/Windows-10-Toast-Notifications.svg)](http://hits.dwyl.io/jithurjacob/Windows-10-Toast-Notifications) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\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## 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## Contributors [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/jithurjacob/Windows-10-Toast-Notifications/issues)\n\n+ [sidc9](https://github.com/sidc9)\n+ [sakurai-youhei](https://github.com/sakurai-youhei)\n+ [BroderickCarlin](https://github.com/BroderickCarlin)\n+ [florianluediger](https://github.com/florianluediger)\n+ [eric-wieser](https://github.com/eric-wieser)\n+ [Guts](https://github.com/Guts)\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjithurjacob%2FWindows-10-Toast-Notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjithurjacob%2FWindows-10-Toast-Notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjithurjacob%2FWindows-10-Toast-Notifications/lists"}