https://gist.github.com/dorentus/f12294c7de7f4ed0e3d2
Usage: print("Hello".red.bgcyan + " " + "World".underline)
print("Hello".red.bgcyan + " " + "World".underline)
Demo: https://asciinema.org/a/dcy6zbdaletuibypz12fcdwlw
应该可以拿来在命令行工具里面画画 ASCII Art 之类的吧……