Ansicolors minimal example
from colors import black, red, blue
# Print red example
print(red("test"))
# Print bold example
print(black("test", style="bold"))
Install the library using
pip install -U ansicolors
from colors import black, red, blue
# Print red example
print(red("test"))
# Print bold example
print(black("test", style="bold"))
Install the library using
pip install -U ansicolors