Home >Backend Development >PHP Tutorial >请问代码和终端经常出现的那种字符画是怎么做的

请问代码和终端经常出现的那种字符画是怎么做的

WBOY
WBOYOriginal
2016-06-06 20:21:141516browse

像这种:

请问代码和终端经常出现的那种字符画是怎么做的

回复内容:

像这种:

请问代码和终端经常出现的那种字符画是怎么做的

banner generator online

Text to ASCII Art Generator

搜下就有

请问代码和终端经常出现的那种字符画是怎么做的

这是Linux下的Banner字符串制作。
举例:figletUbuntu下:

<code>sudo apt-get install figlet </code>

然后输入你要的文字

<code>figlet Hello</code>

惊喜马上呈现!

<code>                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 3.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 29123
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               
</code>

这个比较酷

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn