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://cloud.githubusercontent.com/assets/1408720/7904381/f54f97f6-07c5-11e5-9bcb-c3c102920769.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://cloud.githubusercontent.com/assets/1408720/7904381/f54f97f6-07c5-11e5-9bcb-c3c102920769.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.11.1.zip
(1.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Gooey-0.8.11.1.zip.
File metadata
- Download URL: Gooey-0.8.11.1.zip
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2def281c92ba0feb646dd882726729140a6b6aaf6468f2e67bdfcb96747532ea
|
|
| MD5 |
4e0369f63f2614c24546780e8b986a4f
|
|
| BLAKE2b-256 |
a7987b57a336d1bb612b04731fd29253b233893ee5c354f7e34de446da9a0d85
|
File details
Details for the file Gooey-0.8.11.1-py2-none-any.whl.
File metadata
- Download URL: Gooey-0.8.11.1-py2-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6a1baee772ac03d9e2f3b46d4be87fdfb792e3e4cbf4d8b9408461cac56a5a7
|
|
| MD5 |
409075bb2b2f9752c3bff810c33f4a37
|
|
| BLAKE2b-256 |
68b2d535ad3c10bc2b7ca888f9c2aab5872b928fce32cb1979f0fb670aabeef6
|