charly-vm icon indicating copy to clipboard operation
charly-vm copied to clipboard

Output coloring library

Open KCreate opened this issue 3 years ago • 0 comments

  • Automatically inject terminal color escape sequences
import colorize as color

print(color.red("Hello world"))
print(color.yellow("Hello world"))

KCreate avatar Apr 04 '22 23:04 KCreate