***NOTE: This project is no longer actively maintained. Urwid
(http://excess.org/urwid/) is recommended as an ncurses-only
replacement. If you wish to become the new maintainer, please email the author.***
***NOTE: This project is English-only and is not i18n-ed in any way***
CUI (Console User Interface) is a cross-platform console user interface
toolkit that provides a set of widgets and elements similar
to those in GUIs. It relies on no platform-dependent libraries and uses only the
python standard library. It produces druid-like and/or menu-driven interfaces
and can also be used for prototyping GUIs.
CUI was created as I ...