gpt4 book ai didi

python - 如何在 Python 终端中打印彩色文本?

转载 作者:行者123 更新时间:2023-11-28 22:50:57 26 4
gpt4 key购买 nike

<分区>

我知道这个问题已经在 Stackoverflow 上提出了 here

所以我尝试了 joeld 的回答中的以下代码。

这是 IDLE 中的代码(我使用的是 Python 2.7):

print '\033[95m'+'my text'+'\033[95m'

我得到了没有颜色改变的输出:

[95mmy text[95m

============================================= ================================

然后我也尝试了包colorama。该软件包安装在 cmd 中:

python setup.py install

并在 Aptana Studio 3 中尝试了以下代码:

from colorama import *

print (Fore.GREEN + 'Green text')
print (Fore.Red + 'Red text')

我得到以下输出:

[32mGreen text
Traceback (most recent call last):
File "C:\Users\My Documents\Aptana Studio 3 Workspace\Practice\test_colorama.py", line 12, in <module>
print (Fore.Red + 'Red text')
AttributeError: 'AnsiCodes' object has no attribute 'Red'

============================================= ================================

所以现在我真的很困惑。这些解决方案已被投票数百次,这意味着它应该有效,但就我而言似乎无效。

我可以知道如何在终端或控制台中打印彩色文本吗?

非常感谢。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com