wok-current annotate python-urwid/description.txt @ rev 25397
updated viewnior (1.7 -> 1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 10:30:16 2022 +0100 (2022-08-02) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25246 | 1 Urwid is a console user interface library for Python. |
Hans-G?nter@25246 | 2 It includes many features useful for text console application developers including: |
Hans-G?nter@25246 | 3 |
Hans-G?nter@25246 | 4 - Applications resize quickly and smoothly |
Hans-G?nter@25246 | 5 - Automatic, programmable text alignment and wrapping |
Hans-G?nter@25246 | 6 - Simple markup for setting text attributes within blocks of text |
Hans-G?nter@25246 | 7 - Powerful list box with programmable content for scrolling all widget types |
Hans-G?nter@25246 | 8 - Your choice of event loops: Twisted, Glib, Tornado or select-based loop |
Hans-G?nter@25246 | 9 - Pre-built widgets include edit boxes, buttons, check boxes and radio buttons |
Hans-G?nter@25246 | 10 - Display modules include raw, curses, and experimental LCD and web displays |
Hans-G?nter@25246 | 11 - Support for UTF-8, simple 8-bit and CJK encodings |
Hans-G?nter@25246 | 12 - 24-bit (true color), 256 color, and 88 color mode support |
Hans-G?nter@25246 | 13 - Compatible with Python 2.7, 3.5+ and PyPy |