Jinxed Terminal Library


Keywords
terminal, console, blessed, curses
License
MPL-2.0
Install
pip install jinxed==1.2.1

Documentation

Documentation Status GitHub Actions Status Coverage Status
PyPI Package latest release Supported versions Supported implementations
Linux supported Windows supported MacOS supported BSD supported

Overview

Jinxed is an implementation of a subset of the Python curses library. It provides pure Python implementations of terminfo functions such as tigetstr() and tparm() as well as convenience methods for working with Windows terminals.

Jinxed was initially written to support Blessed on Windows, but will work on all platforms.

Installation

$ pip install jinxed

Documentation

Jinxed documentation can be found on Read the Docs.