📜  简单的颜色python代码示例

📅  最后修改于: 2022-03-11 14:46:52.503000             🧑  作者: Mango

代码示例1
pip install simple-colors

from simple_colors import *

print(green('hello'))
print(green('hello', 'bold'))
print(green('hello', ['bold', 'underlined']))