GUILab


NameGUILab JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA lightweight Python GUI library for building applications quickly.
upload_time2025-08-13 11:26:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords gui python ttkbootstrap tkinter guilab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            \# GUILab



\*\*GUILab\*\* is a Python GUI library built on top of \[ttkbootstrap](https://ttkbootstrap.readthedocs.io/) and `tkinter`.  

It provides an easy way to create modern GUI applications with widgets, media support, and more — all in a single module.



---



\## \*\*Features\*\*



\- Create windows with dark/light themes

\- Buttons, Labels, TextBoxes, CheckBoxes, RadioButtons

\- Sliders, ProgressBars, Meters, Frames, Tabs, Dropdowns, Datepickers, SpinBoxes

\- MenuBar and Toolbar

\- Table/Treeview support

\- Canvas for shapes (circle, rectangle, line, oval, polygon) and images

\- Media support: image, audio, and video embedding



---



\## \*\*Installation\*\*



Install directly from PyPI:



```bash

pip install guilab




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "GUILab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "gui, python, ttkbootstrap, tkinter, GUILab",
    "author": null,
    "author_email": "Ibrahim <ibrahimshahid7767@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/76/f2/035233660366774694d34cdca874c52c5aebebd6653799f4fc7aa8a286bd/guilab-0.1.0.tar.gz",
    "platform": null,
    "description": "\\# GUILab\r\n\r\n\r\n\r\n\\*\\*GUILab\\*\\* is a Python GUI library built on top of \\[ttkbootstrap](https://ttkbootstrap.readthedocs.io/) and `tkinter`.  \r\n\r\nIt provides an easy way to create modern GUI applications with widgets, media support, and more \u2014 all in a single module.\r\n\r\n\r\n\r\n---\r\n\r\n\r\n\r\n\\## \\*\\*Features\\*\\*\r\n\r\n\r\n\r\n\\- Create windows with dark/light themes\r\n\r\n\\- Buttons, Labels, TextBoxes, CheckBoxes, RadioButtons\r\n\r\n\\- Sliders, ProgressBars, Meters, Frames, Tabs, Dropdowns, Datepickers, SpinBoxes\r\n\r\n\\- MenuBar and Toolbar\r\n\r\n\\- Table/Treeview support\r\n\r\n\\- Canvas for shapes (circle, rectangle, line, oval, polygon) and images\r\n\r\n\\- Media support: image, audio, and video embedding\r\n\r\n\r\n\r\n---\r\n\r\n\r\n\r\n\\## \\*\\*Installation\\*\\*\r\n\r\n\r\n\r\nInstall directly from PyPI:\r\n\r\n\r\n\r\n```bash\r\n\r\npip install guilab\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A lightweight Python GUI library for building applications quickly.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " python",
        " ttkbootstrap",
        " tkinter",
        " guilab"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbeedde6bc07311c7843d8a61fcc44546fc03f5269fcde812fb6de9e7a32317a",
                "md5": "71ab65f12cebac52dd2c7eda601f4266",
                "sha256": "0fdab6142d054be06baf147fde0bf705d0cdee46d7b893667b17d34c1ac623a6"
            },
            "downloads": -1,
            "filename": "guilab-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "71ab65f12cebac52dd2c7eda601f4266",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5220,
            "upload_time": "2025-08-13T11:26:04",
            "upload_time_iso_8601": "2025-08-13T11:26:04.119227Z",
            "url": "https://files.pythonhosted.org/packages/fb/ee/dde6bc07311c7843d8a61fcc44546fc03f5269fcde812fb6de9e7a32317a/guilab-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76f2035233660366774694d34cdca874c52c5aebebd6653799f4fc7aa8a286bd",
                "md5": "41c5252b57a955ee50eab61da3863f64",
                "sha256": "32857e99905fe59f85d1ca619865383049a53c890c615e09b13de74244c41076"
            },
            "downloads": -1,
            "filename": "guilab-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "41c5252b57a955ee50eab61da3863f64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5110,
            "upload_time": "2025-08-13T11:26:06",
            "upload_time_iso_8601": "2025-08-13T11:26:06.871601Z",
            "url": "https://files.pythonhosted.org/packages/76/f2/035233660366774694d34cdca874c52c5aebebd6653799f4fc7aa8a286bd/guilab-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 11:26:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "guilab"
}
        
Elapsed time: 0.68127s