Console UI library for Python

Christoph Zwerschke cito at online.de
Tue Mar 21 18:09:48 EST 2006


Sean Hammond schrieb:
> 
> Anyone know of a good library for building text-mode user-interfaces in 
> Python, like if I wanted to make an email program like Pine or Mutt?
> 
> A quick Google reveals Urwid:
> 
> http://excess.org/urwid/
> 
> which looks pretty good.

Urwid is probably a more sophisticated solution, but
for very simple applications, you may also consider
http://sourceforge.net/projects/pythondialog

-- Christoph



More information about the Python-list mailing list