tk-flexible-preferences-gui


Nametk-flexible-preferences-gui JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/marsson87/tk_flexible_preferences_gui
SummaryA flexible GUI based on Tkinter. An easy way to visualise preferences defined in a json file, including option controllers. User friendly and easy to implement in projects.
upload_time2023-03-29 10:16:29
maintainer
docs_urlNone
authormarsson87
requires_python
license
keywords gui preferences settings options tkinter json
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # flex-preferences-gui
A flexible GUI based on Tkinter. An easy way to visualise preferences defined in a json file, including option controllers. User friendly and easy to implement in projects.

Many developers struggle with difficulties how to handle a whole groups of settings.
There is a handy way to visualize them and control by included widgets as:

* groups of settings
* dropdown menus for boolean values
* text fields


How to use it:
1. Install the module using ```pip```.
2. Start from preparation of json file with options and allowed values. Please keep the structure and keywords.
3. Import ```flexgui``` wrapper
4. Make a call of function ```create_gui()``` with at least config.json

Optional arguments for Tkinter window definition are:
* title
* width
* height

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/marsson87/tk_flexible_preferences_gui",
    "name": "tk-flexible-preferences-gui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "GUI,Preferences,Settings,Options,Tkinter,JSON",
    "author": "marsson87",
    "author_email": "marsson87@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ab/1d/5d342d852d7c6cbbbde8b99c242841cf1fe568066f9907e8f063372d1a92/tk_flexible_preferences_gui-0.1.4.tar.gz",
    "platform": null,
    "description": "# flex-preferences-gui\nA flexible GUI based on Tkinter. An easy way to visualise preferences defined in a json file, including option controllers. User friendly and easy to implement in projects.\n\nMany developers struggle with difficulties how to handle a whole groups of settings.\nThere is a handy way to visualize them and control by included widgets as:\n\n* groups of settings\n* dropdown menus for boolean values\n* text fields\n\n\nHow to use it:\n1. Install the module using ```pip```.\n2. Start from preparation of json file with options and allowed values. Please keep the structure and keywords.\n3. Import ```flexgui``` wrapper\n4. Make a call of function ```create_gui()``` with at least config.json\n\nOptional arguments for Tkinter window definition are:\n* title\n* width\n* height\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A flexible GUI based on Tkinter. An easy way to visualise preferences defined in a json file, including option controllers. User friendly and easy to implement in projects.",
    "version": "0.1.4",
    "split_keywords": [
        "gui",
        "preferences",
        "settings",
        "options",
        "tkinter",
        "json"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "206d799a93a5c2b19f0c31f1c037be73765af55bc2501d385cd6df93d1bf863c",
                "md5": "38c70483345750dcf33931c4dabd658f",
                "sha256": "1f568861ae83a7d7008ca5729de4d28724e95a4b219722c6e42a5b9618794cc6"
            },
            "downloads": -1,
            "filename": "tk_flexible_preferences_gui-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38c70483345750dcf33931c4dabd658f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6414,
            "upload_time": "2023-03-29T10:16:27",
            "upload_time_iso_8601": "2023-03-29T10:16:27.010320Z",
            "url": "https://files.pythonhosted.org/packages/20/6d/799a93a5c2b19f0c31f1c037be73765af55bc2501d385cd6df93d1bf863c/tk_flexible_preferences_gui-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab1d5d342d852d7c6cbbbde8b99c242841cf1fe568066f9907e8f063372d1a92",
                "md5": "5fcf922e8cb7fb036c038d0e9137b216",
                "sha256": "227f054e3a08d46c504c49c94546dd1033706f6d79bcd66f6b95c3d96288be61"
            },
            "downloads": -1,
            "filename": "tk_flexible_preferences_gui-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5fcf922e8cb7fb036c038d0e9137b216",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5914,
            "upload_time": "2023-03-29T10:16:29",
            "upload_time_iso_8601": "2023-03-29T10:16:29.330048Z",
            "url": "https://files.pythonhosted.org/packages/ab/1d/5d342d852d7c6cbbbde8b99c242841cf1fe568066f9907e8f063372d1a92/tk_flexible_preferences_gui-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-29 10:16:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "marsson87",
    "github_project": "tk_flexible_preferences_gui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tk-flexible-preferences-gui"
}
        
Elapsed time: 0.04952s