Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 452 Bytes

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