|
@ -44,6 +44,8 @@ To install Gooey, simply clone the project to your local directory |
|
|
|
|
|
|
|
|
Gooey is attached to your code via a simple decorator on your `main` method. |
|
|
Gooey is attached to your code via a simple decorator on your `main` method. |
|
|
|
|
|
|
|
|
|
|
|
from gooey import Gooey |
|
|
|
|
|
|
|
|
@gooey <--- all it takes! :) |
|
|
@gooey <--- all it takes! :) |
|
|
def main(): |
|
|
def main(): |
|
|
# rest of code |
|
|
# rest of code |
|
|