ANN: Urwid 0.9.9 - Console UI Library

alex23 wuwei23 at gmail.com
Tue Nov 17 19:25:16 EST 2009


Daniel Fetchinson <fetchin... at googlemail.com> wrote:
> How did you make the html 'screenshots'? I guess you have some kind of
> urwid2html tool or some such or is it plain ncurses?

It's all handled in the demo code. This is from tour.py:

    if urwid.web_display.is_web_request():
        screen = urwid.web_display.Screen()
    else:
        screen = urwid.raw_display.Screen()

> Urwid is really cool!

No argument there :)



More information about the Python-list mailing list