UniCurses for Python
Description
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 for Python Web SiteFeatures
- 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.
User Ratings
User Reviews
Be the first to post a review of UniCurses for Python!