guibbon


Nameguibbon JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/ManuGira/Guibbon.git
SummaryVery high level GUI with an API similar to the HighGUI of OpenCV
upload_time2024-03-24 00:22:19
maintainerNone
docs_urlNone
authorManu Gira
requires_python<4.0,>=3.7
licenseNone
keywords gui tkinter opencv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Guibbon with U
![Tests](https://github.com/ManuGira/Guibbon/actions/workflows/tests.yml/badge.svg)

High-level GUI with an API similar to the HighGUI of OpenCV. It allows to display an image and add GUI controllers such as
 - Sliders (trackbar)
 - Buttons
 - Radio buttons
 - Check boxes
 - Color picker
 - Draggable points and polygons on the displayed image
 - Any custom widget that you write in Tkinter

If you know how to use the GUI of OpenCV, then you already know how to use Guibbon. 

Reasons why you want to use Guibbon:
 - It's using Tkinter which is natively installed in your python distribution
 - Beside Tkinter, it only has 3 dependencies: numpy, opencv-python and pillow
 - You just need to display an image and add a few controllers to play with parameters

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ManuGira/Guibbon.git",
    "name": "guibbon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "GUI, Tkinter, OpenCV",
    "author": "Manu Gira",
    "author_email": "manu.gira@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/a5/cda067ba021a819cf519a72c298a13d193a5286d25e674aaee79f22d25d0/guibbon-0.1.5.tar.gz",
    "platform": null,
    "description": "# Guibbon with U\n![Tests](https://github.com/ManuGira/Guibbon/actions/workflows/tests.yml/badge.svg)\n\nHigh-level GUI with an API similar to the HighGUI of OpenCV. It allows to display an image and add GUI controllers such as\n - Sliders (trackbar)\n - Buttons\n - Radio buttons\n - Check boxes\n - Color picker\n - Draggable points and polygons on the displayed image\n - Any custom widget that you write in Tkinter\n\nIf you know how to use the GUI of OpenCV, then you already know how to use Guibbon. \n\nReasons why you want to use Guibbon:\n - It's using Tkinter which is natively installed in your python distribution\n - Beside Tkinter, it only has 3 dependencies: numpy, opencv-python and pillow\n - You just need to display an image and add a few controllers to play with parameters\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Very high level GUI with an API similar to the HighGUI of OpenCV",
    "version": "0.1.5",
    "project_urls": {
        "Bug Report": "https://github.com/ManuGira/Guibbon/issues",
        "Homepage": "https://github.com/ManuGira/Guibbon.git",
        "Repository": "https://github.com/ManuGira/Guibbon.git"
    },
    "split_keywords": [
        "gui",
        " tkinter",
        " opencv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f37251a16c73642b3fd52144396728bff50be321cc622b4b310c5a0f478cf28e",
                "md5": "4dd9dd5de1ebfbb0a95efff0047ee045",
                "sha256": "4509ba81675272236570dd08001249ae76c4e38a62568f80d376c5ac8c8ea64e"
            },
            "downloads": -1,
            "filename": "guibbon-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4dd9dd5de1ebfbb0a95efff0047ee045",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 31302,
            "upload_time": "2024-03-24T00:22:17",
            "upload_time_iso_8601": "2024-03-24T00:22:17.967906Z",
            "url": "https://files.pythonhosted.org/packages/f3/72/51a16c73642b3fd52144396728bff50be321cc622b4b310c5a0f478cf28e/guibbon-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ea5cda067ba021a819cf519a72c298a13d193a5286d25e674aaee79f22d25d0",
                "md5": "15d5eafa50b4de24d4ef53f3b3ecb1c3",
                "sha256": "c3a74164c13b51a27525dfd8747d410febd4395f92e6192d80753c93c888c91a"
            },
            "downloads": -1,
            "filename": "guibbon-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "15d5eafa50b4de24d4ef53f3b3ecb1c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 26983,
            "upload_time": "2024-03-24T00:22:19",
            "upload_time_iso_8601": "2024-03-24T00:22:19.911665Z",
            "url": "https://files.pythonhosted.org/packages/4e/a5/cda067ba021a819cf519a72c298a13d193a5286d25e674aaee79f22d25d0/guibbon-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 00:22:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ManuGira",
    "github_project": "Guibbon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "guibbon"
}
        
Elapsed time: 0.20956s