Custom-Tooltip


NameCustom-Tooltip JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/jlw4049/Custom-Tkinter-Tooltip
SummaryBasic Hover Tooltip for Tkinter based off of Tkinter's built in tooltip
upload_time2024-04-30 20:29:12
maintainerNone
docs_urlNone
authorjlw4049 (Jessie Wilson)
requires_pythonNone
licenseNone
keywords python tkinter hovertip tooltip infotip bubble
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package enables a customizable tooltip when you hover the mouse over a defined widget. It's built off of the Tkinter's built in Hovertip class. However it has most of the functionality of the label widget. You can set font, colors, relief, border, wrap length, anchor, border, textvariable, and width.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jlw4049/Custom-Tkinter-Tooltip",
    "name": "Custom-Tooltip",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, tkinter, hovertip, tooltip, infotip, bubble",
    "author": "jlw4049 (Jessie Wilson)",
    "author_email": "<jessielw4049@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/54/b7/9909e954ee1627efcd0aaa555686f657d482863b77bb60aa4b914d5ac11f/Custom-Tooltip-1.4.1.tar.gz",
    "platform": null,
    "description": "This package enables a customizable tooltip when you hover the mouse over a defined widget. It's built off of the Tkinter's built in Hovertip class. However it has most of the functionality of the label widget. You can set font, colors, relief, border, wrap length, anchor, border, textvariable, and width.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Basic Hover Tooltip for Tkinter based off of Tkinter's built in tooltip",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/jlw4049/Custom-Tkinter-Tooltip"
    },
    "split_keywords": [
        "python",
        " tkinter",
        " hovertip",
        " tooltip",
        " infotip",
        " bubble"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54b79909e954ee1627efcd0aaa555686f657d482863b77bb60aa4b914d5ac11f",
                "md5": "71ffdce119d15d3909b17d9560616391",
                "sha256": "a7962aca647c1b88cd3ba37d429191ce32aae0a38a3c23a062e25e43a5f4c53f"
            },
            "downloads": -1,
            "filename": "Custom-Tooltip-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "71ffdce119d15d3909b17d9560616391",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3052,
            "upload_time": "2024-04-30T20:29:12",
            "upload_time_iso_8601": "2024-04-30T20:29:12.992289Z",
            "url": "https://files.pythonhosted.org/packages/54/b7/9909e954ee1627efcd0aaa555686f657d482863b77bb60aa4b914d5ac11f/Custom-Tooltip-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 20:29:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jlw4049",
    "github_project": "Custom-Tkinter-Tooltip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "custom-tooltip"
}
        
Elapsed time: 0.24715s