Name | Gooey JSON |
Version |
1.0.8.1
JSON |
| download |
home_page | http://pypi.python.org/pypi/Gooey/ |
Summary | Turn (almost) any command line program into a full GUI application with one line |
upload_time | 2021-06-12 18:58:11 |
maintainer | |
docs_url | None |
author | Chris Kiehl |
requires_python | |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Gooey (Beta)
############
Turn (almost) any Python Console Program into a GUI application with one line
-----------------------------------------------------------------------------
.. image:: https://cloud.githubusercontent.com/assets/1408720/7904381/f54f97f6-07c5-11e5-9bcb-c3c102920769.png
Quick Start
-----------
Gooey is attached to your code via a simple decorator on your `main` method.
.. code-block::
from gooey import Gooey
@Gooey <--- all it takes! :)
def main():
# rest of code
With the decorator attached, run your program and the GUI will now appear!
Checkout the full documentation, instructions, and source on `Github <https://github.com/chriskiehl/Gooey>`_
Raw data
{
"_id": null,
"home_page": "http://pypi.python.org/pypi/Gooey/",
"name": "Gooey",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Chris Kiehl",
"author_email": "audionautic@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/32/38/8485428936e17e9027bf70717827e052411e18a644d3bb11f70145bb8ffa/Gooey-1.0.8.1.tar.gz",
"platform": "",
"description": "\n\nGooey (Beta)\n############\n\n\nTurn (almost) any Python Console Program into a GUI application with one line\n-----------------------------------------------------------------------------\n\n.. image:: https://cloud.githubusercontent.com/assets/1408720/7904381/f54f97f6-07c5-11e5-9bcb-c3c102920769.png\n\n\nQuick Start\n-----------\n\nGooey is attached to your code via a simple decorator on your `main` method.\n\n.. code-block::\n\n from gooey import Gooey\n @Gooey <--- all it takes! :)\n def main():\n # rest of code\n\n\n\nWith the decorator attached, run your program and the GUI will now appear!\n\nCheckout the full documentation, instructions, and source on `Github <https://github.com/chriskiehl/Gooey>`_\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Turn (almost) any command line program into a full GUI application with one line",
"version": "1.0.8.1",
"project_urls": {
"Homepage": "http://pypi.python.org/pypi/Gooey/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "21032d0fc5f982f085ab72c56caa27238339a28419c0da716add1c5e1cf2fa99",
"md5": "377a4f08f945bbe5677095b5f873140f",
"sha256": "222793cf4a5dd2f9d5c3174ad7369c3df541d91a49e54d51bbee95745ed75ae2"
},
"downloads": -1,
"filename": "Gooey-1.0.8.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "377a4f08f945bbe5677095b5f873140f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 680508,
"upload_time": "2021-06-12T18:58:09",
"upload_time_iso_8601": "2021-06-12T18:58:09.501012Z",
"url": "https://files.pythonhosted.org/packages/21/03/2d0fc5f982f085ab72c56caa27238339a28419c0da716add1c5e1cf2fa99/Gooey-1.0.8.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "32388485428936e17e9027bf70717827e052411e18a644d3bb11f70145bb8ffa",
"md5": "0f5d8fe5bee8642c4e075f3e82553cf7",
"sha256": "08d6bf534f4d50d50dafba5cfc68dcf31a6e9eeef13a94cbe3ea17c4e45c4671"
},
"downloads": -1,
"filename": "Gooey-1.0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "0f5d8fe5bee8642c4e075f3e82553cf7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 599826,
"upload_time": "2021-06-12T18:58:11",
"upload_time_iso_8601": "2021-06-12T18:58:11.146774Z",
"url": "https://files.pythonhosted.org/packages/32/38/8485428936e17e9027bf70717827e052411e18a644d3bb11f70145bb8ffa/Gooey-1.0.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-06-12 18:58:11",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "gooey"
}