nodechalk

Terminal string styling for python


Keywords
chalk, terminal, color
License
MIT
Install
pip install nodechalk==0.2.0

Documentation

nodechalk

Terminal string styling for python. Native port of chalk for nodejs

preview

Why

  • Highly performant
  • Expressive API
  • Auto-detects color support

install

pip install nodechalk

Usage

import chalk
print chalk.red("Hello chalk")

Styles

Modifiers

  • reset
  • bold
  • dim
  • italic (not widely supported)
  • underline
  • inverse
  • hidden
  • strikethrough (not widely supported))

Colors

  • black
  • red
  • green
  • yellow
  • blue (on Windows the bright version is used as normal blue is illegible)
  • magenta
  • cyan
  • white
  • gray

Background colors

  • bgBlack
  • bgRed
  • bgGreen
  • bgYellow
  • bgBlue
  • bgMagenta
  • bgCyan
  • bgWhite