lrn-guru / lrn

Command line tool for the lrn tutorial platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use clint to color text

razzius opened this issue · comments

https://github.com/kennethreitz/clint

"I want to color my console text.

>>> from clint.textui import colored

>>> puts(colored.red('red text'))
red text

# It's red in Windows, OSX, and Linux alike.

"