From 361bc1dcc6143fda2c3eb20e3a9cc404d1faab48 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 24 Aug 2014 13:44:59 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 54758f3..04d26c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gooey (Beta) Turn (almost) any Console Program into a GUI application with one line

- +

@@ -98,13 +98,13 @@ Currently, the `ArgumentParser._actions` are mapped to the following `WX` compon | Parser Action | Widget | Example | |:----------------------|-----------|------| -| store | TextCtrl | | -| store_const | CheckBox | | -| store_true| CheckBox | | -| store_False | CheckBox| | -| append | TextCtrl | | -| count| DropDown                  | | -|choice                                             | DropDown | | +| store | TextCtrl | | +| store_const | CheckBox | | +| store_true| CheckBox | | +| store_False | CheckBox| | +| append | TextCtrl | | +| count| DropDown                  | | +|choice                                             | DropDown | | ------------------------------------------- @@ -149,7 +149,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.

- +

-------------------------------------------- @@ -165,7 +165,7 @@ The basic view is best for times when the user is familiar with Console Applicat # rest of code

- +

@@ -176,7 +176,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.

- +

--------------------------------------- @@ -184,7 +184,7 @@ No Config pretty much does what you'd expect: it doesn't show a configuration sc Final Screen ------------

- +

---------------------------------------------- From 81572cd20dfa729a8fbecea7dc26f6e29a6bd146 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 24 Aug 2014 15:49:44 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04d26c4..8182db6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Turn (almost) any Console Program into a GUI application with one line +**Update** +---------- + +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 -----------------