{ "info": { "author": "Seth Peace", "author_email": "sethevanpeace@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: User Interfaces" ], "description": "# gui-menu: The Only Terminal-Based GUI Menu for Python!\n\n## About\n\ngui-menu is a Python module that lets you put easy-to-use menus in your Python programs. It was developed by Seth Peace for SPPyOS (Seth Peace's Python OS, coming to PyPI soon).\n\n## Installation\n\nJust run `python -m pip install gui-menu` or `py -m pip install gui-menu` (You may find only one works, or that both works. It depends on your Python setup.).\n\n## Usage\n\nUsing gui-menu is simple! Just run the following:\n\n~~~\n\nimport menu\n\nmenu.menu(title=\"Title goes here\", options=[\"Option 1 goes here\", \"Option 2 goes here\", \"etc.\"])\n\n~~~\n\nIt will return the index of the selcted option (i.e. if option 3 is selected it will return int(3)).\n## Supported Systems\n\nThis software has only been tested on a Windows 10 with Python 3.7. If someone could test it on another system and e-mail me how it works, great! I'll give you credit on this page.\n## Changelog\n - 2.0.1 - Hopefully fixed import problem. Edited README.\n - 2.0.0 - Probably fixed the fact that menu.menu didn't work. Added info to README.\n - 1.0.0 - Initial release.\n## Credits\n\nThis module is (c) 2019 Seth Peace. The included \"keyboard\" module is (c) 2019 BoppreH (a PyPI user, I don't know his real name) and is located at [https://pypi.org/project/keyboard/](https://pypi.org/project/keyboard/).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gui-menu", "package_url": "https://pypi.org/project/gui-menu/", "platform": "", "project_url": "https://pypi.org/project/gui-menu/", "project_urls": null, "release_url": "https://pypi.org/project/gui-menu/2.0.1/", "requires_dist": null, "requires_python": "==3.7.0", "summary": "Create easy-to-use gui menus for your projects.", "version": "2.0.1" }, "last_serial": 5235579, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9eac9870bf959784c780c1e0de022ed0", "sha256": "6a4550f7f841fba49d28746e1f963b7defab0e146df2148f0def9c9c9e366e57" }, "downloads": -1, "filename": "gui-menu-1.0.0.zip", "has_sig": false, "md5_digest": "9eac9870bf959784c780c1e0de022ed0", "packagetype": "sdist", "python_version": "source", "requires_python": "==3.7.0", "size": 61053, "upload_time": "2019-05-07T00:02:43", "url": "https://files.pythonhosted.org/packages/60/81/9d02d4cb7e5a85b4dd83764791446350af6c4c7aa13718bc0326b6cba6e4/gui-menu-1.0.0.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "99dd7d7ebdf677ad1fc536c9070e90f9", "sha256": "904c2df53d75a7d4524295391c72f79f68770786757964f1c1a769c9b019fb20" }, "downloads": -1, "filename": "gui-menu-2.0.0.zip", "has_sig": false, "md5_digest": "99dd7d7ebdf677ad1fc536c9070e90f9", "packagetype": "sdist", "python_version": "source", "requires_python": "==3.7.0", "size": 61209, "upload_time": "2019-05-07T00:17:36", "url": "https://files.pythonhosted.org/packages/90/8c/8cd8d99b7f187a0aa10b278a03de68a17a766296bc1b9d13da9c0601908f/gui-menu-2.0.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "ddf754895e124d178ad40513dc1a1b9f", "sha256": "2c09338de7649c948b8eb3287a621b70a8c49977e882c423321047f221501665" }, "downloads": -1, "filename": "gui-menu-2.0.1.zip", "has_sig": false, "md5_digest": "ddf754895e124d178ad40513dc1a1b9f", "packagetype": "sdist", "python_version": "source", "requires_python": "==3.7.0", "size": 61146, "upload_time": "2019-05-07T00:44:20", "url": "https://files.pythonhosted.org/packages/dc/06/d76799055b98c71c51717769a323901b98d23b54dada940248fb7e3f5465/gui-menu-2.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ddf754895e124d178ad40513dc1a1b9f", "sha256": "2c09338de7649c948b8eb3287a621b70a8c49977e882c423321047f221501665" }, "downloads": -1, "filename": "gui-menu-2.0.1.zip", "has_sig": false, "md5_digest": "ddf754895e124d178ad40513dc1a1b9f", "packagetype": "sdist", "python_version": "source", "requires_python": "==3.7.0", "size": 61146, "upload_time": "2019-05-07T00:44:20", "url": "https://files.pythonhosted.org/packages/dc/06/d76799055b98c71c51717769a323901b98d23b54dada940248fb7e3f5465/gui-menu-2.0.1.zip" } ] }