tkoplus


Nametkoplus JSON
Version 0.1 PyPI version JSON
download
home_page
Summarytkoplus
upload_time2023-09-14 19:53:52
maintainer
docs_urlNone
authorVahid
requires_python>=3.11
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A package for Windows 11 users who use the Tkinter framework.
With the help of this package, you will be able to change the title bar color of your software in Windows 11.
Example:
     To change the color of the toolbar:
     from tkoplus import wind11
     wind11.titlebar.bg(master,color="cyan")

     To change the color of the text in the title bar:
     from tkoplus import wind11
     wind11.titlebar.title(master,color="cyan")


Note that color codes cannot be used in the "color" field.

To display the available colors in tkoplus:
rom tkoplus import colors
print(colors)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tkoplus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vahid",
    "author_email": "Vahid <vahidpy3@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/95/61/bf9a3523368e688837f815130fd96841912c400bedd261c80464f2e74732/tkoplus-0.1.tar.gz",
    "platform": null,
    "description": "A package for Windows 11 users who use the Tkinter framework.\r\nWith the help of this package, you will be able to change the title bar color of your software in Windows 11.\r\nExample:\r\n     To change the color of the toolbar:\r\n     from tkoplus import wind11\r\n     wind11.titlebar.bg(master,color=\"cyan\")\r\n\r\n     To change the color of the text in the title bar:\r\n     from tkoplus import wind11\r\n     wind11.titlebar.title(master,color=\"cyan\")\r\n\r\n\r\nNote that color codes cannot be used in the \"color\" field.\r\n\r\nTo display the available colors in tkoplus:\r\nrom tkoplus import colors\r\nprint(colors)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "tkoplus",
    "version": "0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/pypa/sampleproject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17aa2483f2c6ec64913ec58c67c97765dbcf03bc4b8b12e6cbd0441bf4f9ec05",
                "md5": "a35c0f33477b3db6153f77f167e5c9e7",
                "sha256": "71c87adfffc4e04234d618023e8ace01e2bd0268ca429255018e7885aa1d9860"
            },
            "downloads": -1,
            "filename": "tkoplus-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a35c0f33477b3db6153f77f167e5c9e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 4292,
            "upload_time": "2023-09-14T19:53:48",
            "upload_time_iso_8601": "2023-09-14T19:53:48.566830Z",
            "url": "https://files.pythonhosted.org/packages/17/aa/2483f2c6ec64913ec58c67c97765dbcf03bc4b8b12e6cbd0441bf4f9ec05/tkoplus-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9561bf9a3523368e688837f815130fd96841912c400bedd261c80464f2e74732",
                "md5": "937c624db758d5109233e57f274b9413",
                "sha256": "6f321d2ff41c55f767e956b0fc25266b03401d175bf9d7a9ccdc9a3763a89700"
            },
            "downloads": -1,
            "filename": "tkoplus-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "937c624db758d5109233e57f274b9413",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4031,
            "upload_time": "2023-09-14T19:53:52",
            "upload_time_iso_8601": "2023-09-14T19:53:52.267676Z",
            "url": "https://files.pythonhosted.org/packages/95/61/bf9a3523368e688837f815130fd96841912c400bedd261c80464f2e74732/tkoplus-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 19:53:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tkoplus"
}
        
Elapsed time: 0.33973s