I want to build simple console applications, but want something like QT and not like ncurses. Is there such a thing or is it only my dream UI?
+2
A:
Maybe give this library a try: http://www.effbot.org/zone/console-handbook.htm
Gourneau
2009-04-26 17:49:40
Looks like it is only available for Windows?
codeape
2009-04-27 07:00:41
+5
A:
Maybe urwid, http://excess.org/urwid/ ? It might be an exaggeration to describe it as being "like QT" but it does seem to offer a better/richer API than curses (on top of which it's built).
Alex Martelli
2009-04-26 17:49:50