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
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!
Note: PyPi’s formatting is ancient, so checkout the full documentation, instructions, and source on Github
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Gooey-0.9.2.zip
(1.6 MB
view details)
Built Distribution
Gooey-0.9.2-py2-none-any.whl
(1.5 MB
view details)
File details
Details for the file Gooey-0.9.2.zip
.
File metadata
- Download URL: Gooey-0.9.2.zip
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
405589aded699cacd734da6f2619dca8acf36ed37ffae8282de053f05c012ee4
|
|
MD5 |
ff62ce10ac17730efecd88ee64b1c612
|
|
BLAKE2b-256 |
03b83f4279e88485d4813881ee09dac5a7671a1c09708d9eb3aeaef9df950e03
|
File details
Details for the file Gooey-0.9.2-py2-none-any.whl
.
File metadata
- Download URL: Gooey-0.9.2-py2-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8e72abaa19c03f69d18c20797f53a5fdb91c841ad077c7071e1694011bcb73c6
|
|
MD5 |
2e339e1e87b4960cfa3dc5edae393480
|
|
BLAKE2b-256 |
58bffee43e89a79c15623c83ec121391d8f03b5e31b2cb8991123d6d047da412
|