Browse Source

Updated README.md image urls

pull/6/head
Chris 10 years ago
parent
commit
0343800550
1 changed files with 12 additions and 12 deletions
  1. 24
      README.md

24
README.md

@ -3,7 +3,7 @@ Gooey (Beta)
Turn (almost) any Console Program into a GUI application with one line
<p align="center">
<img src="http://i.imgur.com/r6KOyKx.png"/>
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/primary.png"/>
</p>
@ -98,13 +98,13 @@ Currently, the `ArgumentParser._actions` are mapped to the following `WX` compon
| Parser Action | Widget | Example |
|:----------------------|-----------|------|
| store | TextCtrl | <img src="http://i.imgur.com/isFGFg8.png"/>|
| store_const | CheckBox | <img src="http://i.imgur.com/epHu2Vg.png"/>|
| store_true| CheckBox | <img src="http://i.imgur.com/epHu2Vg.png"/>|
| store_False | CheckBox| <img src="http://i.imgur.com/epHu2Vg.png"/> |
| append | TextCtrl | <img src="http://i.imgur.com/isFGFg8.png"/> |
| count| DropDown &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <img src="http://i.imgur.com/E7bCeC4.png"/> |
|choice &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| DropDown | <img src="http://i.imgur.com/rGmhcER.png"/> |
| store | TextCtrl | <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/general_tb.png"/>|
| store_const | CheckBox | <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/check_box.png"/>|
| store_true| CheckBox | <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/check_box.png"/>|
| store_False | CheckBox| <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/check_box.png"/> |
| append | TextCtrl | <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/general_tb.png"/> |
| count| DropDown &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/count_dropdown.png"/> |
|choice &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| DropDown | <img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/options_dropdown.png"/> |
-------------------------------------------
@ -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.
<p align="center">
<img src="http://i.imgur.com/o8d1R7M.png">
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/advanced_config.png">
</p>
--------------------------------------------
@ -165,7 +165,7 @@ The basic view is best for times when the user is familiar with Console Applicat
# rest of code
<p align="center">
<img src="http://i.imgur.com/c0VEODj.png">
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/basic_config.png">
</p>
@ -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.
<p align="center">
<img src="http://i.imgur.com/1I1SUrm.png">
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/no_config.png">
</p>
---------------------------------------
@ -184,7 +184,7 @@ No Config pretty much does what you'd expect: it doesn't show a configuration sc
Final Screen
------------
<p align="center">
<img src="http://i.imgur.com/bSGVnyf.png">
<img src="https://raw.githubusercontent.com/chriskiehl/Gooey/master/readme_images/final_screen.png">
</p>
----------------------------------------------

Loading…
Cancel
Save