satishgoda / programmingusingpython

Programming using Python is Fun
http://satishgoda.github.io/programmingusingpython
GNU General Public License v2.0
3 stars 1 forks source link

Console application framework #2

Open satishgoda opened 10 years ago

satishgoda commented 10 years ago

Console based application framework to learn about design and implementation using Python language.

photo0953 photo0954 photo0956 photo0957 photo0958

satishgoda commented 10 years ago

Came across urwid

Urwid is a console user interface library for Python. It includes many features useful for text console application developers including:

http://urwid.org/ https://github.com/wardi/urwid

Need to try it out at some point.