wok view python-urwid/description.txt @ rev 25784
Qt5-dev: add cmake files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 24 14:47:04 2024 +0000 (3 months ago) |
parents | |
children |
line source
1 Urwid is a console user interface library for Python.
2 It includes many features useful for text console application developers including:
4 - Applications resize quickly and smoothly
5 - Automatic, programmable text alignment and wrapping
6 - Simple markup for setting text attributes within blocks of text
7 - Powerful list box with programmable content for scrolling all widget types
8 - Your choice of event loops: Twisted, Glib, Tornado or select-based loop
9 - Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
10 - Display modules include raw, curses, and experimental LCD and web displays
11 - Support for UTF-8, simple 8-bit and CJK encodings
12 - 24-bit (true color), 256 color, and 88 color mode support
13 - Compatible with Python 2.7, 3.5+ and PyPy