theq629 / tcod-ansi-terminal

Minimal ANSI terminal support for Python TCOD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcod-ansi-terminal

test docs pypi

Minimal true colour ANSI terminal support for Python TCOD (tcod).

Works on UNIXish systems, and in theory could work on Windows but that's mostly unimplemented.

This doesn't try to support everything or be very compatible, just to cover basic functionality on common terminals with true colour support. Note that TCOD itself may eventually get terminal support, so check it before committing to using this. This is currently all in Python code and may not be very performant.

About

Minimal ANSI terminal support for Python TCOD.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%