views:

1366

answers:

2

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
Looks like it is only available for Windows?
codeape
+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