Whoops. Looks like I packaged it up wrong with distutils(first time doing it!), so after install the program is missing the language and image files. You can remedy this by manually copying `/images` and `/languages` from the repo into `/site-packages/gooey`. I'll have this fixed in a second.
Table of Contents
Table of Contents
-----------------
-----------------
@ -98,13 +106,13 @@ Currently, the `ArgumentParser._actions` are mapped to the following `WX` compon
| Parser Action | Widget | Example |
| Parser Action | Widget | Example |
|:----------------------|-----------|------|
|:----------------------|-----------|------|
| store | TextCtrl | <imgsrc="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/general_tb.png"/>|
@ -149,7 +157,7 @@ The default view is the "full" or "advanced" configuration screen. It can be tog
This view presents each action in the `Argument Parser` as a unique GUI component. This view is ideal for presenting the program to users which are unfamiliar with command line options and/or Console Programs in general. Help messages are displayed along side each component to make it as clear as possible which each widget does.
This view presents each action in the `Argument Parser` as a unique GUI component. This view is ideal for presenting the program to users which are unfamiliar with command line options and/or Console Programs in general. Help messages are displayed along side each component to make it as clear as possible which each widget does.
@ -176,7 +184,7 @@ The basic view is best for times when the user is familiar with Console Applicat
No Config pretty much does what you'd expect: it doesn't show a configuration screen. It hops right to the `display` section and begins execution of the host program. This is the guy for classing up the delivery of little one-off scripts.
No Config pretty much does what you'd expect: it doesn't show a configuration screen. It hops right to the `display` section and begins execution of the host program. This is the guy for classing up the delivery of little one-off scripts.