wxOptParse 0.1.2 review

Download
by rbytes.net on

wxOptParse is a Python program that brings up a graphical representation of the command line options of a Python program, if it happe

License: GPL (GNU General Public License)
File size: 0K
Developer: Scott Kirkwood
0 stars award from rbytes.net

wxOptParse is a Python program that brings up a graphical representation of the command line options of a Python program, if it happens to use the standard optparse module.

What this means is that if if you have a program that uses optparse you can optionally click on checkboxes, edit boxes, combo boxes, etc. instead of using the command line.

Here are some key features of "wxOptParse":
Cross-platform. Should work on Windows, Linux, Unix, or Mac.
Absolutely no changes required for the program you want to run.
You can continue to use the program at the command line as well.
Boolean flags shown as checkboxes.
String options that use the word "file" add a file browser button.
String options that use the work "path" or "folder" add a path browser button.
Choices are shown as a combo box.
Your most recently used choices are used by default
A history of your previous items are stored.

Requirements:
wxPython 2.5.3 or greater.
elementtree 1.2 or greater
Python 2.4 (untested in 2.3).

wxOptParse 0.1.2 keywords