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
Release files for Gooey 0.9.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Gooey-0.9.2.zip | 1.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Gooey-0.9.2-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 3.1 MB
Release files / Gooey-0.9.2.zip
| Download URL | Gooey-0.9.2.zip |
|---|---|
| Size | 1.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
405589aded699cacd734da6f2619dca8acf36ed37ffae8282de053f05c012ee4
|
|
BLAKE2b-256 checksum How to use checksums |
03b83f4279e88485d4813881ee09dac5a7671a1c09708d9eb3aeaef9df950e03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Gooey-0.9.2-py2-none-any.whl
| Download URL | Gooey-0.9.2-py2-none-any.whl |
|---|---|
| Size | 1.5 MB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
8e72abaa19c03f69d18c20797f53a5fdb91c841ad077c7071e1694011bcb73c6
|
|
BLAKE2b-256 checksum How to use checksums |
58bffee43e89a79c15623c83ec121391d8f03b5e31b2cb8991123d6d047da412
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |