Skip to content

v2e4lisp/termcolor2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple wrapper for termcolor

install

pip install termcolor2

useage

from termcolor2 import c

# termcolor2
print c("hello").red.on_white.blink.underline.dark

# ---  this is equal to the following ---

# termcolor
print colored("hello", "red", "on_white", ["blink", "underline", "dark"])

About

simple wrapper for termcolor (cli colored stirng)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages