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

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

WBOY
Release: 2016-06-06 20:21:14
Original
1517 people have browsed it

像这种:

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

回复内容:

像这种:

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

banner generator online

Text to ASCII Art Generator

搜下就有

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

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

<code>sudo apt-get install figlet </code>
Copy after login

然后输入你要的文字

<code>figlet Hello</code>
Copy after login

惊喜马上呈现!

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

这个比较酷

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template