{ "info": { "author": "Florian Berger", "author_email": "fberger@florian-berger.de", "bugtrack_url": null, "classifiers": [], "description": "About\n-----\n\nsimplegui 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 simplegui\n >>> g = simplegui.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 simplegui directory, and run\n\n::\n\n pydoc simplegui\n\nYou can create a HTML version using\n\n::\n\n pydoc -w simplegui\n\nLicense\n-------\n\nsimplegui 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/simplegui", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "simplegui", "package_url": "https://pypi.org/project/simplegui/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simplegui/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://florian-berger.de/en/software/simplegui" }, "release_url": "https://pypi.org/project/simplegui/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "simplegui - Simplified GUI generation using Tkinter", "version": "0.1.1" }, "last_serial": 987508, "releases": { "0.1.0": [], "0.1.1": [] }, "urls": [] }