Best method for a menu in a command line program?
Ben Finney
ben+python at benfinney.id.au
Thu Nov 4 19:51:26 EDT 2010
Terry Reedy <tjreedy at udel.edu> writes:
> Others have answered that, but I would point to the inefficiency for
> users of having to enter unit and value on two separate lines. The
> prompt could be "Enter value and unit (f, c, or k) or q to quit: "
> Allow upper and lower case, with or without a space between.
Well, if we're going to critique the design, I'd say that I find the GNU
Units program <URL:http://www.gnu.org/software/units/units.html> to be a
good flexible implementation of a command-line units converter.
I suspect, though, that the object of the OP was not so much to make a
good unit converter, but rather to learn from a simple example exercise.
--
\ “I am too firm in my consciousness of the marvelous to be ever |
`\ fascinated by the mere supernatural …” —Joseph Conrad, _The |
_o__) Shadow-Line_ |
Ben Finney
More information about the Python-list
mailing list