Convert Images To Cool ASCII Art Using This Command Line Tool In Linux Mint/Ubuntu

ASCII art looks pretty awesome as it only uses text characters to form an image. Here is a command-line cool tool that can directly convert images into colorful ASCII art and display it in the Terminal: img2txt.
To install and use it in Linux Mint/Ubuntu:
Open Terminal and first install caca-utils
sudo apt install caca-utils
Next, install the img2txt package and its dependencies:
sudo apt install...