Skip to content

TS-DEV-JAVA/colorme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

colorme

simple and fast way to use hex color codes in python, pip install colorme

Usage:

from colorme import color_text, bold, underline

print(color_text("Hello in red!", "#ff0000"))
print(color_text("Background blue", "#0000ff", background=True))
print(bold(color_text("Bold green", "#00ff00")))
print(underline(color_text("Underlined orange", "#ffa500")))

About

simple and fast way to use hex color codes in python, pip install colorme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published