Hacker News new | ask | show | jobs
by comeonseriously 2066 days ago
OT

Is there something like this for Python? I know Curses module exists, but this seems more full featured.

1 comments

Urwid [1] is probably the most mature in the Python ecosystem.

[1] http://urwid.org/

Thanks!