Re: Console UI

2007-04-09 Thread Jeremy Sanders
Clement wrote: > My project is based on console Application. Is there any console UI > except urwid. If so, can i come to know. You might try pytvision, http://pytvision.sourceforge.net/ , which are python bindings for a of the old borland turbovision environment (see http://tvision.sourceforge.

Re: Console UI

2007-04-08 Thread Grant Edwards
On 2007-04-08, Ayaz Ahmed Khan <[EMAIL PROTECTED]> wrote: > "Clement" typed: > >> My project is based on console Application. Is there any >> console UI except urwid. If so, can i come to know. > > There is ``curses''. And newt (runs on top of slang). It's not well documented, but it is nice and

Re: Console UI

2007-04-08 Thread Ayaz Ahmed Khan
"Clement" typed: > My project is based on console Application. Is there any console UI > except urwid. If so, can i come to know. There is ``curses''. -- Ayaz Ahmed Khan Do what comes naturally now. Seethe and fume and throw a tantrum. -- http://mail.python.org/mailman/listinfo/python-list

Re: Console UI library for Python

2006-03-21 Thread Christoph Zwerschke
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 sophist