simple-color-print

Simple color print


License
MIT
Install
pip install simple-color-print==0.2.8

Documentation

Color print

Installation

Install using pip...

pip install simple-color-print

Usage

from color_print import print
print("testerino", color='green')

Alt text

print("testerino", color='blue', tag='success', tag_color='green')

Alt text

print("testerino", color='blue', tag='success', tag_color='green', background='yellow')

Alt text

print("testerino", color='blue', tag='success', tag_color='green', format='underline')

Alt text

  • colors: [yellow, red, green, blue, cyan, magenta, purple]
  • backgrounds: [yellow, red, green, blue, cyan, magenta, purple]
  • formats: [bold, underline, blink]