发布网友 发布时间:2022-04-21 22:12
共3个回答
热心网友 时间:2022-04-06 00:59
1:需要安装console模块
方法:pip install consloe
2:启动python后导入模块
方法:import consloe
3:使用
举例:print("\033[1;31;40m你好!\033[0m ")
热心网友 时间:2022-04-06 02:17
frame构造函数里面有参数设置背景色
Frame(height = 20,width = 400,bg = 'red').pack()