Skip to main content

awesome ansi8 colorful text interface in terminal

Project description

sgr-ansi

awesome SGR ANSI colorful text interface in terminal

full supported in python3.7+, macosx

awesome colorful text

colorful demo1

colorful demo2

install

pip install sgr-ansi

usage:

only two rules:

  • styles require alphabet order
  • styles go before colors

about styles, you can use as many as possible, but colors only the last two will take effect

so like BDISUkrgybmcw, all BDISU will take effect, but for colors only cw: cyan on white will take effect

supported

styles

B: bold, D: dimmed, I: italic, S: strike_through, U: underlined

colors

k: black, r: red, g: green, y: yellow b: blue, m: magenta, c: cyan, w: white

import ct

ct.BIg()
ct.BIg('I love you 3 thousand times')

run demo

just run demo.py to check all available styles

python ct/demo.py -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sgr-ansi-0.0.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

sgr_ansi-0.0.2-py3-none-any.whl (21.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page