Daniel Fetchinson <[email protected]> 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 :)
--
http://mail.python.org/mailman/listinfo/python-list
