标签: python windows colors terminal termcolor
我一直在尝试使用TermColor模块在Python终端中以彩色打印文本(我正在使用Windows 10和Python 3.7),这是我的代码:
from termcolor import colored while True: print (colored("Hi my name is red text", "red"))
但这会给我返回:
有人可以帮我吗?