win10ctypestoast


Namewin10ctypestoast JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/win10ctypestoast
SummaryWindows-10-Toast-Notifications without pywin32 dependency
upload_time2023-04-01 11:51:42
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords ctypes windows toast
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Windows-10-Toast-Notifications without pywin32 dependency



## pip install win10ctypestoast



### Tested against Windows 10 / Python 3.10 / Anaconda 



#### Basically the same as https://github.com/jithurjacob/Windows-10-Toast-Notifications

#### but without pywin32 dependency.



```python

from win10ctypestoast import show_toast



show_toast(

    title="Title",

    message="Message",

    icon=r"C:\Users\hansc\Pictures\numberresults.png",

    duration=1,

    repeat=2,

    pause=2,

    threaded=False,

)

show_toast(

    title="Title",

    message="Message",

    icon=r"C:\Users\hansc\Pictures\numberresults.png",

    duration=2,

    repeat=2,

    pause=1,

    threaded=True,

)







```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/win10ctypestoast",
    "name": "win10ctypestoast",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ctypes,windows,toast",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/34/9f/70923b8dc5d5a69c2d52dcd77182da73cb08f3b9baf57e0f0a7776bb77f4/win10ctypestoast-0.10.tar.gz",
    "platform": null,
    "description": "\r\n# Windows-10-Toast-Notifications without pywin32 dependency\r\n\r\n\r\n\r\n## pip install win10ctypestoast\r\n\r\n\r\n\r\n### Tested against Windows 10 / Python 3.10 / Anaconda \r\n\r\n\r\n\r\n#### Basically the same as https://github.com/jithurjacob/Windows-10-Toast-Notifications\r\n\r\n#### but without pywin32 dependency.\r\n\r\n\r\n\r\n```python\r\n\r\nfrom win10ctypestoast import show_toast\r\n\r\n\r\n\r\nshow_toast(\r\n\r\n    title=\"Title\",\r\n\r\n    message=\"Message\",\r\n\r\n    icon=r\"C:\\Users\\hansc\\Pictures\\numberresults.png\",\r\n\r\n    duration=1,\r\n\r\n    repeat=2,\r\n\r\n    pause=2,\r\n\r\n    threaded=False,\r\n\r\n)\r\n\r\nshow_toast(\r\n\r\n    title=\"Title\",\r\n\r\n    message=\"Message\",\r\n\r\n    icon=r\"C:\\Users\\hansc\\Pictures\\numberresults.png\",\r\n\r\n    duration=2,\r\n\r\n    repeat=2,\r\n\r\n    pause=1,\r\n\r\n    threaded=True,\r\n\r\n)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Windows-10-Toast-Notifications without pywin32 dependency",
    "version": "0.10",
    "split_keywords": [
        "ctypes",
        "windows",
        "toast"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a3609070f81ecf92f7b4da19473d6cf52bf637e9847f72086124d314b26f64c",
                "md5": "fb459723e95ab50f4982ddea25b8aa3a",
                "sha256": "40e9dd30f542b7e03e38f221d797a4846898fa53a86006c7774d7e041b6f75a6"
            },
            "downloads": -1,
            "filename": "win10ctypestoast-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb459723e95ab50f4982ddea25b8aa3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36095,
            "upload_time": "2023-04-01T11:51:39",
            "upload_time_iso_8601": "2023-04-01T11:51:39.762587Z",
            "url": "https://files.pythonhosted.org/packages/8a/36/09070f81ecf92f7b4da19473d6cf52bf637e9847f72086124d314b26f64c/win10ctypestoast-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "349f70923b8dc5d5a69c2d52dcd77182da73cb08f3b9baf57e0f0a7776bb77f4",
                "md5": "6cca8d71042cddea359b3b9dabd893c5",
                "sha256": "0f3a182100b3eae85b05eca442c7d61584bc4d3d58c8735d8822987661403cfc"
            },
            "downloads": -1,
            "filename": "win10ctypestoast-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "6cca8d71042cddea359b3b9dabd893c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35040,
            "upload_time": "2023-04-01T11:51:42",
            "upload_time_iso_8601": "2023-04-01T11:51:42.035931Z",
            "url": "https://files.pythonhosted.org/packages/34/9f/70923b8dc5d5a69c2d52dcd77182da73cb08f3b9baf57e0f0a7776bb77f4/win10ctypestoast-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-01 11:51:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "win10ctypestoast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "win10ctypestoast"
}
        
Elapsed time: 0.05267s