资 源 简 介
Welcome to optparse_gui!
What is _optparse\_gui_?
_optparse\_gui_ is a python module which can be described simply by:
import _optparse\_gui_ as optparse
_optparse\_gui_ is a drop-in replacement for optparse.
It allows entering command line arguments in a dynamically generated wx-based dialog.
optparse is a great built-in python module for parsing command line arguments.
see http://docs.python.org/lib/module-optparse.html for more info.
Features
| | _optparse\_gui_ generates the dialog depending on the provided optparse options: CheckBox for boolean options, ComboBox for "choice" options, TextCtrl for all other options. An extra TextCtrl for entering non-option comma