• 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
Home Network

10 interesting ASCII Art creation tools in Terminal Linux

AnonyViet by AnonyViet
November 10, 2023
in Network
0
0
SHARES
Share on FacebookShare on Twitter

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

What is Zalo Proxy?  How to raise many Zalo using Proxy
Network

What is Zalo Proxy? How to raise many Zalo using Proxy

November 30, 2023
What is Data Migration?  Learn about the best data migration tools today
Network

What is Data Migration? Learn about the best data migration tools today

November 29, 2023
Shopee affiliate marketing using VPS
Network

Shopee affiliate marketing using VPS

November 28, 2023
How to create a Free Linux VPS with extremely high speed
Network

How to create a Free Linux VPS with extremely high speed

November 20, 2023
How to use Microsoft Office on Linux
Network

How to use Microsoft Office on Linux

November 13, 2023
Knowledge of network protocols and services
Network

Knowledge of network protocols and services

November 6, 2023
Next Post
Change the YouTube progress bar into a fun cartoon character

Change the YouTube progress bar into a fun cartoon character

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent News

How to download your Google data to your computer for backup

How to download your Google data to your computer for backup

December 2, 2023
How to set the Lunar Calendar on the iPhone lock screen very conveniently

How to set the Lunar Calendar on the iPhone lock screen very conveniently

December 2, 2023
Macbook Pro M1: Is it still worth buying in 2023?

Macbook Pro M1: Is it still worth buying in 2023?

December 1, 2023
What do the colored dots on iPhone mean?  The secret behind them

What do the colored dots on iPhone mean? The secret behind them

December 1, 2023
How to download your Google data to your computer for backup

How to download your Google data to your computer for backup

December 2, 2023
How to set the Lunar Calendar on the iPhone lock screen very conveniently

How to set the Lunar Calendar on the iPhone lock screen very conveniently

December 2, 2023
Macbook Pro M1: Is it still worth buying in 2023?

Macbook Pro M1: Is it still worth buying in 2023?

December 1, 2023
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 download your Google data to your computer for backup

How to download your Google data to your computer for backup

December 2, 2023
How to set the Lunar Calendar on the iPhone lock screen very conveniently

How to set the Lunar Calendar on the iPhone lock screen very conveniently

December 2, 2023
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.