Skip to content

theY4Kman/xterm256-colors

Repository files navigation

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