Turn (almost) any command line program into a full GUI application with one line
Project description
<h1>Gooey (Beta)</h1>
<h3>Turn (almost) any Python Console Program into a GUI application with one line</h3>
<p align="center">
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/resources/primary.png"/>
</p>
<h2>Quick Start</h2>
<p>Gooey is attached to your code via a simple decorator on your `main` method.</p>
<pre>
from gooey import Gooey
@Gooey <--- all it takes! :)
def main():
# rest of code
</pre>
With the decorator attached, run your program and the GUI will now appear!
<b>Note: PyPi's formatting is ancient, so checkout the full documentation, instructions, and source on <a href="https://github.com/chriskiehl/Gooey">github!</a></b>
<br /><br /><br /><br />
<h3>Turn (almost) any Python Console Program into a GUI application with one line</h3>
<p align="center">
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/resources/primary.png"/>
</p>
<h2>Quick Start</h2>
<p>Gooey is attached to your code via a simple decorator on your `main` method.</p>
<pre>
from gooey import Gooey
@Gooey <--- all it takes! :)
def main():
# rest of code
</pre>
With the decorator attached, run your program and the GUI will now appear!
<b>Note: PyPi's formatting is ancient, so checkout the full documentation, instructions, and source on <a href="https://github.com/chriskiehl/Gooey">github!</a></b>
<br /><br /><br /><br />
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.8.4.zip
(1.6 MB
view details)
Built Distribution
Gooey-0.8.4-py2-none-any.whl
(1.6 MB
view details)
File details
Details for the file Gooey-0.8.4.zip
.
File metadata
- Download URL: Gooey-0.8.4.zip
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bb0a419698347e6e4f14bd54c87b1c52382c124d75a587a0275b95d95864f655
|
|
MD5 |
38577fcb6ac17ee6af9c495745c23e26
|
|
BLAKE2b-256 |
10bb454a768dfd4c65f4ea8b965f464ffb15284690d6a68aefc108152c9d2766
|
File details
Details for the file Gooey-0.8.4-py2-none-any.whl
.
File metadata
- Download URL: Gooey-0.8.4-py2-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
de75e9f6bcb9d392b4f80b6989ad5958909481b10e4516533ad112741835fe80
|
|
MD5 |
4a3348b603f317b2cd859287f651ca04
|
|
BLAKE2b-256 |
722c03466940534afb42380ffa56eb99222efcbd0460c2a81efe406a05724346
|