ASCII 大文字生成器

display text in large ASCII art fonts

显示大ASCII艺术字体

这种东西在源码声明或者软件初始化控制台打印时候很有用。

例如打开: http://www.orangleliu.info/

然后查看源码 就能看到这种字体的网站名称,很cool把

$ sudo apt-get install figlet
$ figlet orangleliu
                            _      _ _
  ___  _ __ __ _ _ __   __ _| | ___| (_)_   _
 / _ \| '__/ _` | '_ \ / _` | |/ _ \ | | | | |
| (_) | | | (_| | | | | (_| | |  __/ | | |_| |
 \___/|_|  \__,_|_| |_|\__, |_|\___|_|_|\__,_|

python中也有这个工具的实现

$ sudo pip install pyfiglet
$ pyfiglet orangleliu.info
                             _      _ _         _        __
  ___  _ __ __ _ _ __   __ _| | ___| (_)_   _  (_)_ __  / _| ___
 / _ \| '__/ _` | '_ \ / _` | |/ _ \ | | | | | | | '_ \| |_ / _ \
| (_) | | | (_| | | | | (_| | |  __/ | | |_| |_| | | | |  _| (_) |
 \___/|_|  \__,_|_| |_|\__, |_|\___|_|_|\__,_(_)_|_| |_|_|  \___/ 

参考这个回答

http://*.com/questions/9632995/is-there-a-python-library-that-allows-to-easily-print-ascii-art-text

声明:

本文出自 “orangleliu笔记本” 博客,转载请务必保留此出处http://blog.csdn.net/orangleliu/article/details/43702781

作者orangleliu 采用署名-非商业性使用-相同方式共享协议

上一篇:OpenStack 之vmware机器迁移到openstack集群


下一篇:Building QGIS from source - step by step(随笔3)