• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

10 interesting ASCII Art creation tools in Terminal Linux

AnonyViet by AnonyViet
November 10, 2023
in Network
0

Terminal Linux is not as scary as you think. Of course, it can be a little intimidating at first but once you understand Terminal better, you will start to love it. You can use Terminal for serious work. But there are a lot of cool things you can do in Terminal. One of them is ASCII drawing.

Join the channel Telegram belong to AnonyViet 👉 Link 👈

10 interesting ASCII Art creation tools in Terminal Linux

You can display predefined or random messages, play games or run some animations in ASCII format in Linux terminal using various command line tools.

Most of these programs will be available in the Linux distribution’s repositories. You can use your system’s package manager to install them. To keep the article short, I only show installation instructions for Ubuntu.

10 interesting ASCII Art creation tools in Terminal Linux

1. lolcat: Add color to your terminal

lolcat has nothing to do with ASCII. At least not directly.

However, I list it because you can combine other ASCII tools with lolcat. It is similar to the cat command but it adds random gradient colors to the output.

10 interesting ASCII Art creation tools in Terminal Linux 13

It may not be useful at the moment but you will see its impact when the output of other ASCII tools is piped through lolcat. Install lolcat using apt command:

sudo apt install lolcat

2. Aewan: Displays beautiful ASCII text

Aewan is a layered ASCII graphics/animation editor. It produces ASCII art files and an easy-to-parse format for integration into terminal applications.

It has two tools: aewan, an ASCII editor, and aecat, for viewing created files.

I will not discuss the editor here.

10 interesting ASCII Art creation tools in Terminal Linux 14

To display any text in nice ASCII format, you need aecat command.

10 interesting ASCII Art creation tools in Terminal Linux 15

To install aewan, use the following command:

sudo apt install aewan

And then use it like this:

aecat hello

3. Cowsay: Make an ASCII cow say whatever you want

Coway is already a popular tool among seasoned Linux users. It displays an ASCII cow that repeats the text you give it.

10 interesting ASCII Art creation tools in Terminal Linux 16

But you won’t be limited to just cows. You can also change it to some other animal. Like a dragon:

10 interesting ASCII Art creation tools in Terminal Linux 17

Did you notice the output in the screenshot above? That’s the magic of the lolcat command I mentioned earlier.

To install coway use:

sudo apt install cowsay

Once installed, you can use it as follows:

cowsay hello

4. jp2a: Convert image to ASCII

jp2a is a command line tool that converts images to ASCII in the Linux terminal. It works with JPEG and PNG files. It also allows your color output and character set selection to appear as ASCII images.

10 interesting ASCII Art creation tools in Terminal Linux 18

You can install it with the following command:

sudo apt install jp2a

You can get colorful output and save ASCII text as follows:

jp2a --output=ascii.txt --colors input.png

5. linuxlogo: Displays the ASCII logo of the Linux distribution

The name tell everythings. It displays the Linux logo in ASCII format. It also displays some additional information like Linux kernel version, CPU, RAM, server name, etc.

10 interesting ASCII Art creation tools in Terminal Linux 19

You can install it using apt command:

sudo apt install linuxlogo

Just enter linuxlogo to use the command.

6. Neofetch: Displays the Linux logo along with system information

The linuxlogo command above is too simple. You can increase the granularity by using Neofetch. It displays the distribution in a nicer way along with some system information like kernel, uptime, desktop environment, themes, icons, etc.

10 interesting ASCII Art creation tools in Terminal Linux 20

You can also parse it through lolcat to get rainbow-colored output.

Install Neofetch using this command:

sudo apt install neofetch

And then just enter neofetch to run the command. There is also screenfetch, a tool similar to Neofetch. You can use either one.

7. fortune: Receive predictions

You might get some future predictions or great quotes in Terminal:

10 interesting ASCII Art creation tools in Terminal Linux 21

You can install it with the following command:

sudo apt install fortune

8. pv: Make everything animated

The pv command is used to monitor the progress of data. But you can use it to animate the output of any command. Combine it with some of the commands mentioned above and you can see ASCII appear on your screen as if it were being typed line by line.

Install it using the following command:

sudo apt install pv

And then use it in the following way:

neofetch | pv -qL 200 | lolcat

The higher the number, the higher the speed will be.

9. cmatrix: ASCII matrix

You can run an ASCII matrix in a Linux terminal using the cmatrix command.

10 interesting ASCII Art creation tools in Terminal Linux 22

You can install it using apt command:

sudo apt install cmatrix

Once installed, you can run it with:

cmatrix

It starts the animation immediately and it keeps making random green text fall and disappear from the screen. To stop a running application, use the Ctrl + C keys.

10. cbonsai: Growing ornamental plants in the terminal

cbonsai is a cool Linux command that allows you to run a bonsai tree planting animation in ASCII format.

You can install cbonsai using:

sudo apt install cbonsai

And then to run the animation use this command:

cbonsai -l

In addition, you can also try 10 interesting Terminal programs whenever you are bored here.

Rate this post

Tags: ArtASCIICreationinterestingLinuxTerminaltools
Previous Post

Explore FBI Tools: The GitHub repository contains many useful OSINT tools

Next Post

Change the YouTube progress bar into a fun cartoon character

AnonyViet

AnonyViet

Related Posts

Save image as Type contains malicious code: Remove immediately before losing money unfairly!
Network

Save image as Type contains malicious code: Remove immediately before losing money unfairly!

March 19, 2026
Instructions on how to register a .co.uk domain name for free for 1 year
Network

Instructions on how to register a .co.uk domain name for free for 1 year

March 12, 2026
How to Setup Paperclip AI: Create a Company for AI Agent
Network

How to Setup Paperclip AI: Create a Company for AI Agent

March 12, 2026
Compilation of free and cheap APIs to run OpenClaw stably
Network

Compilation of free and cheap APIs to run OpenClaw stably

March 10, 2026
3 Services to Determine IP Location for Website (IP Geolocation API)
Network

3 Services to Determine IP Location for Website (IP Geolocation API)

March 10, 2026
How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z
Network

How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z

March 3, 2026
Next Post
Change the YouTube progress bar into a fun cartoon character

Change the YouTube progress bar into a fun cartoon character

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply