Skip to main content

Turn (almost) any command line program into a full GUI application with one line

Project description

Turn (almost) any Python Console Program into a GUI application with one line

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.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Gooey-1.0.8.1.tar.gz (599.8 kB view hashes)

Uploaded Source

Built Distribution

Gooey-1.0.8.1-py2.py3-none-any.whl (680.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page