xterm256-colors

Handy utilities for interacting with xterm-256color terminal emulators


Keywords
python, xterm-256color
License
MIT
Install
pip install xterm256-colors==0.1.4

Documentation

xterm256-colors

PyPI version

Easily colorize text printed to an xterm-256color terminal emulator

from xterm256_colors import Fore256, Back256

print(Fore256.CHARTREUSE1('Hello,'), Back256.HOTPINK('World!'))

Screenshot of example code output

Installation

pip install xterm256-colors