Python通过2种方法输出带颜色字体


Posted in Python onMarch 02, 2020

方法1:

使用Python中自带的print输出带有颜色或者背景的字符串

书写语法

print(\033[显示方式;前景色;背景色m输出内容\033[0m)

其中,显示方式、前景色、背景色都是可选参数(可缺省一个或多个)。

参数

显示方式

显示方式 效果
0 默认
1 粗体
4 下划线
5 闪烁
7 反白显示
print("显示方式:")
print("\033[0mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[1mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[4mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[5mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[7mSuixinBlog: https://suixinblog.cn\033[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.cn\033[0m")
print("\033[31mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[32mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[4;33mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[34mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[1;35mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[4;36mSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37mSuixinBlog: https://suixinblog.cn\033[0m")
print("背景色:")
print("\033[1;37;40m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37;41m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37;42m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37;43m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37;44m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37;45m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[37;46m\tSuixinBlog: https://suixinblog.cn\033[0m")
print("\033[1;30;47m\tSuixinBlog: https://suixinblog.cn\033[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,Style
print (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,Fore
init(autoreset=True)
print (Fore.RED + "welcome to python !!")
print ("automatically back to default color again")

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持三水点靠木。

Python 相关文章推荐
python实现代码行数统计示例分享
Feb 10 Python
python计算圆周长、面积、球体体积并画出圆
Apr 08 Python
python自然语言编码转换模块codecs介绍
Apr 08 Python
python机器人运动范围问题的解答
Apr 29 Python
Django REST framework 如何实现内置访问频率控制
Jul 23 Python
PyTorch预训练的实现
Sep 18 Python
python sklearn常用分类算法模型的调用
Oct 16 Python
Python实现名片管理系统
Feb 14 Python
Python面向对象中类(class)的简单理解与用法分析
Feb 21 Python
Python request中文乱码问题解决方案
Sep 17 Python
Python扫描端口的实现
Jan 25 Python
详解Python为什么不用设计模式
Jun 24 Python
Python实现屏幕录制功能的代码
Mar 02 #Python
python实现录屏功能(亲测好用)
Mar 02 #Python
基于Numba提高python运行效率过程解析
Mar 02 #Python
Python3 assert断言实现原理解析
Mar 02 #Python
Django认证系统user对象实现过程解析
Mar 02 #Python
在python中使用pymysql往mysql数据库中插入(insert)数据实例
Mar 02 #Python
Python基于requests库爬取网站信息
Mar 02 #Python
You might like
极典R601SW收音机
2021/03/02 无线电
php上的memcache和memcached两个pecl库
2010/03/29 PHP
php记录代码执行时间(实现代码)
2013/07/05 PHP
php删除指定目录的方法
2015/04/03 PHP
JQuery优缺点分析说明
2010/06/09 Javascript
onsubmit阻止form表单提交与onclick的相关操作
2010/09/03 Javascript
javascript正则表达式中参数g(全局)的作用
2010/11/11 Javascript
jqGrid jQuery 表格插件测试代码
2011/08/23 Javascript
script标签属性type与language使用选择
2012/12/02 Javascript
简单谈谈javascript Date类型
2015/09/06 Javascript
jQuery实现的指纹扫描效果实例(附演示与demo源码下载)
2016/01/26 Javascript
requireJS使用指南
2016/04/27 Javascript
使用jQuery Rotare实现微信大转盘抽奖功能
2016/06/20 Javascript
AngularJS实现单独作用域内的数据操作
2016/09/05 Javascript
jQuery中Nicescroll滚动条插件的用法
2016/11/10 Javascript
javascript设计模式之单体模式学习笔记
2017/02/15 Javascript
JS正则替换去空格的方法
2017/03/24 Javascript
nodejs6下使用koa2框架实例
2017/05/18 NodeJs
JavaScript之排序函数_动力节点Java学院整理
2017/06/30 Javascript
微信小程序实现分享到朋友圈功能
2018/07/19 Javascript
JavaScript位置参数实现原理及过程解析
2020/09/14 Javascript
linux系统使用python监测网络接口获取网络的输入输出
2014/01/15 Python
python3制作捧腹网段子页爬虫
2017/02/12 Python
Python for循环中的陷阱详解
2018/07/13 Python
Linux系统(CentOS)下python2.7.10安装
2018/09/26 Python
python每天定时运行某程序代码
2019/08/16 Python
wxpython布局的实现方法
2019/11/01 Python
python中复数的共轭复数知识点总结
2020/12/06 Python
西班牙太阳镜品牌:Hawkers
2018/03/11 全球购物
个人自我评价分享
2013/12/20 职场文书
单位介绍信格式范文
2015/05/04 职场文书
感动中国何玥观后感
2015/06/02 职场文书
MySQL分库分表与分区的入门指南
2021/04/22 MySQL
将Python代码打包成.exe可执行文件的完整步骤
2021/05/12 Python
JavaScript获取URL参数的方法分享
2022/04/07 Javascript
《英雄联盟》2022日蚀、月蚀皮肤演示 黑潮亚索曝光
2022/04/13 其他游戏