summaryrefslogtreecommitdiff
path: root/devel/py-urwid/DESCR
blob: 33bf47f9fffe1c0a8ff515f05167ab1c532ecef4 (plain)
1
2
3
4
5
6
7
8
9
10
Urwid is a curses-based user interface library.  It includes many
features useful for text console application developers including,
fluid interface resizing (xterm window resizing / fbset on Linux
console), support for 8-bit and CJK encodings, multiple text alignment
and wrapping modes built-in, ability to register user-defined text
alignment and wrapping modes, simple markup for setting text
attributes, powerful list box that handles scrolling between different
widget types, list box contents may be managed with a user-defined
class, flexible edit box for editing many different types of text, and
easy interface for creating HTML screen shots.