Which GUI Library to Use

David Boddie david at boddie.net
Mon May 13 10:32:19 EDT 2002


holger krekel <pyth at devel.trillke.net> wrote in message news:<mailman.1021041498.10570.python-list at python.org>...
> Ron Stephens wrote:

> > Personnally, right at this moment, my desire is to somehow create good
> > GUI versions of some Python scripts of mine, specifically for
> > deployemnt on the new Linux based Sharp Zaurus.
> 
> you might want to take a look at 
> 
>  http://david.boddie.org.uk/Projects/Python/CMDSyntax
> 
> which has very clean,powerful cmdline-synxtax parsing
> and pops up a GUI for missing parameters. It's very
> well documented.

Thanks for the mention! I've updated the page a little and I'll try
to produce more documented examples in the future.

The library is most suitable for scripts which only need user input when
they start, and which work without (much) user intervention afterwards.

David



More information about the Python-list mailing list