Hacker News new | ask | show | jobs
by phaer 4432 days ago
I'd say http://urwid.org/ should be the best choice for something like that. The main alternative would be to hack it together by yourself using https://docs.python.org/3.4/library/curses.html
1 comments

Urwid is definitely the nicest of the curses widget frameworks I've used for python.