色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Python通過2種方法輸出帶顏色字體

瀏覽:94日期:2022-08-04 16:47:10

方法1:

使用Python中自帶的print輸出帶有顏色或者背景的字符串

書寫語法

print(033[顯示方式;前景色;背景色m輸出內容033[0m)

其中,顯示方式、前景色、背景色都是可選參數(可缺省一個或多個)。

參數

顯示方式

顯示方式 效果 0 默認 1 粗體 4 下劃線 5 閃爍 7 反白顯示

print('顯示方式:')print('033[0mSuixinBlog: https://suixinblog.cn033[0m')print('033[1mSuixinBlog: https://suixinblog.cn033[0m')print('033[4mSuixinBlog: https://suixinblog.cn033[0m')print('033[5mSuixinBlog: https://suixinblog.cn033[0m')print('033[7mSuixinBlog: https://suixinblog.cn033[0m')

Python通過2種方法輸出帶顏色字體

顏色

字體色編號 背景色編號 顏色 30 40 黑色 31 41 紅色 32 42 綠色 33 43 黃色 34 44 藍色 35 45 紫色 36 46 青色 37 47 白色

print('字體色:')print('033[30mSuixinBlog: https://suixinblog.cn033[0m')print('033[31mSuixinBlog: https://suixinblog.cn033[0m')print('033[32mSuixinBlog: https://suixinblog.cn033[0m')print('033[4;33mSuixinBlog: https://suixinblog.cn033[0m')print('033[34mSuixinBlog: https://suixinblog.cn033[0m')print('033[1;35mSuixinBlog: https://suixinblog.cn033[0m')print('033[4;36mSuixinBlog: https://suixinblog.cn033[0m')print('033[37mSuixinBlog: https://suixinblog.cn033[0m')print('背景色:')print('033[1;37;40mtSuixinBlog: https://suixinblog.cn033[0m')print('033[37;41mtSuixinBlog: https://suixinblog.cn033[0m')print('033[37;42mtSuixinBlog: https://suixinblog.cn033[0m')print('033[37;43mtSuixinBlog: https://suixinblog.cn033[0m')print('033[37;44mtSuixinBlog: https://suixinblog.cn033[0m')print('033[37;45mtSuixinBlog: https://suixinblog.cn033[0m')print('033[37;46mtSuixinBlog: https://suixinblog.cn033[0m')print('033[1;30;47mtSuixinBlog: https://suixinblog.cn033[0m')

Python通過2種方法輸出帶顏色字體

方法2:

colorama是一個python專門用來在控制臺、命令行輸出彩色文字的模塊,可以跨平臺使用。

1. 安裝colorama模塊

pip install colorama

可用格式常數:

Fore: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, RESET.Back: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, RESET.Style: DIM, NORMAL, BRIGHT, RESET_ALL

跨平臺印刷彩色文本可以使用彩色光的常數簡稱ANSI轉義序列:

from colorama import Fore,Back,Styleprint (Fore.RED + 'some red text')print (Back.GREEN + 'and with a green background')print (Style.DIM + 'and in dim text')print (Style.RESET_ALL)print ('back to normal now!!')

Init關鍵字參數:

init()接受一些* * kwargs覆蓋缺省行為

init(autoreset = False):

如果你發現自己一再發送重置序列結束時關閉顏色變化每一個打印,然后init(autoreset = True)將自動化示例:

from colorama import init,Foreinit(autoreset=True)print (Fore.RED + 'welcome to python !!')print ('automatically back to default color again')

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 亚洲精品亚洲一区二区 | 91久久国产露脸精品免费 | 日本欧美在线视频 | 中文字幕视频在线观看 | 欧美一级高清片在线 | 欧美视频精品在线 | 欧美毛片日韩一级在线 | 国产日本韩国不卡在线视频 | 国产一区在线观看免费 | 在线看片日韩 | 国产乱理片在线观看夜 | 欧美高清一区二区三 | 成人欧美在线观看 | 午夜欧美在线 | 久操影视| www.夜夜骑.com | 国产99视频精品免费视频免里 | 欧美三级一级 | 久久久久久毛片免费播放 | 国产一级在线现免费观看 | 免费欧洲毛片a级视频 | 给我一个可以看片的www日本 | 亚洲国产精久久久久久久 | 欧美高清不卡 | 国产一级二级三级毛片 | 久久99精品这里精品3 | 色综合久久88色综合天天小说 | 日本久久不射 | 福利三区| 日本wwww视频| 美女张开大腿让男人捅 | 免费国产a国产片高清 | fc2成年手机免费共享视频 | 欧美啊v在线观看 | 久久亚洲精品国产精品777777 | 黄在线观看在线播放720p | 亚洲成年男人的天堂网 | 一级特黄aa大片欧美 | 久久亚洲精品国产精品777777 | 五月激情丁香婷婷综合第九 | 中文字幕亚洲视频 |