summaryrefslogtreecommitdiff
path: root/README.rst
blob: cfc4af8ae302c5337f83a46a6da31ccb20c791e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. image:: https://travis-ci.org/wardi/urwid.png?branch=master
   :alt: build status
   :target: https://travis-ci.org/wardi/urwid/

`Development version documentation <http://urwid.readthedocs.org/en/latest/>`_

.. content-start

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

- Applcations resize quickly and smoothly
- Automatic, programmable text alignment and wrapping
- Simple markup for setting text attributes within blocks of text
- Powerful list box with programmable content for scrolling all widget types
- Your choice of event loops: Twisted, Glib, Tornado or select-based loop
- Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
- Display modules include raw, curses, and experimental LCD and web displays
- Support for UTF-8, simple 8-bit and CJK encodings
- 256 and 88 color mode support
- Compatible with Python 2.6, 2.7, 3.2+ and PyPy

Home Page:
  http://urwid.org/