{ "info": { "author": "Florian Berger", "author_email": "mail@florian-berger.de", "bugtrack_url": null, "classifiers": [], "description": "About\n-----\n\nsimple is a simplified GUI generator using Tkinter.\n\nPrerequisites\n-------------\n\nPython http://www.python.org\n\nInstallation\n------------\n\nUnzip the file, then at the command line run\n\n::\n\n python setup.py install\n\nUsage\n-----\n\n::\n\n >>> import simple.gui\n >>> g = simple.gui.GUI()\n >>> def buttoncallback():\n ... g.status(\"Button klicked!\")\n >>> g.button(\"Klick me!\", buttoncallback)\n >>> g.button(\"Klick me too!\", buttoncallback)\n >>> def listboxcallback(text):\n ... g.status(\"listbox select: '{0}'\".format(text))\n >>> g.listbox([\"one\", \"two\", \"three\"], listboxcallback)\n >>> g.listbox([\"A\", \"B\", \"C\"], listboxcallback)\n >>> def scalecallback(text):\n ... g.status(\"scale value: '{0}'\".format(text))\n >>> g.scale(\"Scale me!\", scalecallback)\n >>> g.run()\n >>>\n\nDocumentation\n-------------\n\nTo read the API documentation, open a shell / DOS window, navigate to\nthe simple directory, and run\n\n::\n\n pydoc simple\n\nYou can create a HTML version using\n\n::\n\n pydoc -w simple\n\nLicense\n-------\n\nsimple is licensed under the GPL. See the file COPYING for details.\n\nAuthor\n------\n\nFlorian Berger", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://florian-berger.de/en/software/simple", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "simple", "package_url": "https://pypi.org/project/simple/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simple/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://florian-berger.de/en/software/simple" }, "release_url": "https://pypi.org/project/simple/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "simple.gui - Simplified GUI generation using Tkinter", "version": "0.1.1" }, "last_serial": 1762351, "releases": { "0.1.1": [] }, "urls": [] }