theY4Kman / xterm256-colors

Handy helpers for xterm-256color text printing

Home Page:https://pypi.org/project/xterm256-colors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Handy helpers for xterm-256color text printing

https://pypi.org/project/xterm256-colors/

License:MIT License


Languages

Language:Python 100.0%