UniCurses is a wrapper for Python 2.x/3.x that provides a unified set of Curses functions on all platforms (MS Windows, Linux, and Mac OS X) with syntax close to that of the original NCurses. To provide functionality on MS Windows it wraps PDCurses.
UniCurses is a wrapper for Python 2.x/3.x that provides a unified set of Curses functions on all platforms (MS Windows, Linux, and Mac OS X) with syntax close to that of the original NCurses. To provide functionality on MS Windows it wraps PDCurses.
Features
- Provides a unified set of Curses functions for all platforms, including MS Windows.
- Wraps Public Domain Curses (PDCurses) using
ctypes
when used on Microsoft Windows. - Compatible with Python 2.x and 3.x series.
- Uses syntax and function names similar to the original NCurses functions.
Available from PyPi (last update Jan 28, 2012)