# Toast notification for Windows - ctypes only - no dependency
## pip install ctypestoast
```python
from ctypestoast import show_notification,show_notification_threaded
show_notification(
title="work done",
msg="i am ready",
icon_path=r"C:\Users\hansc\Downloads\1.ico",
repeat=3,
sleeptime=1,
)
show_notification_threaded(
title="work done",
msg="i am ready",
icon_path=r"C:\Users\hansc\Downloads\1.ico",
repeat=3,
sleeptime=1,
)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/hansalemaos/ctypestoast",
"name": "ctypestoast",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "ctypes,toast",
"author": "Johannes Fischer",
"author_email": "aulasparticularesdealemaosp@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a3/22/e8f1d651cae14c6c7447299f0efa29e2ef38f68b41e881ab008ce355701c/ctypestoast-0.10.tar.gz",
"platform": null,
"description": "# Toast notification for Windows - ctypes only - no dependency\r\n\r\n## pip install ctypestoast\r\n\r\n\r\n\r\n```python\r\n\t\r\nfrom ctypestoast import show_notification,show_notification_threaded\r\nshow_notification(\r\n title=\"work done\",\r\n msg=\"i am ready\",\r\n icon_path=r\"C:\\Users\\hansc\\Downloads\\1.ico\",\r\n repeat=3,\r\n sleeptime=1,\r\n)\r\nshow_notification_threaded(\r\n title=\"work done\",\r\n msg=\"i am ready\",\r\n icon_path=r\"C:\\Users\\hansc\\Downloads\\1.ico\",\r\n repeat=3,\r\n sleeptime=1,\r\n)\r\n\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Toast notification for Windows - ctypes only - no dependency",
"version": "0.10",
"split_keywords": [
"ctypes",
"toast"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ac9d29d77277a8597cc7d9f9937208bd9617cfeecd4ca409d3049965e039fcd6",
"md5": "1810ffbe2420704ca29c4185b0ff2d58",
"sha256": "596567823f0266a9ce3f1d918853133eebb314481769e9fbf05da74470dc99d4"
},
"downloads": -1,
"filename": "ctypestoast-0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1810ffbe2420704ca29c4185b0ff2d58",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5294,
"upload_time": "2023-04-22T07:09:00",
"upload_time_iso_8601": "2023-04-22T07:09:00.334672Z",
"url": "https://files.pythonhosted.org/packages/ac/9d/29d77277a8597cc7d9f9937208bd9617cfeecd4ca409d3049965e039fcd6/ctypestoast-0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a322e8f1d651cae14c6c7447299f0efa29e2ef38f68b41e881ab008ce355701c",
"md5": "fa60f2e206b13a79de7e274d055f8ad6",
"sha256": "d497a0416325217d44a7b2d7f32e75bbf3e77937dd14d163e6ff8e161ded19d6"
},
"downloads": -1,
"filename": "ctypestoast-0.10.tar.gz",
"has_sig": false,
"md5_digest": "fa60f2e206b13a79de7e274d055f8ad6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3948,
"upload_time": "2023-04-22T07:09:02",
"upload_time_iso_8601": "2023-04-22T07:09:02.778153Z",
"url": "https://files.pythonhosted.org/packages/a3/22/e8f1d651cae14c6c7447299f0efa29e2ef38f68b41e881ab008ce355701c/ctypestoast-0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-22 07:09:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hansalemaos",
"github_project": "ctypestoast",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "ctypestoast"
}