figlet A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
_ ____ ____ ____ _____ _____ ____ _ _ ___ _
/ \ | __ ) / ___| | _ \ | ____| | ___| / ___| | | | | |_ _| | |
/ _ \ | _ \ | | | | | | | _| | |_ | | _ | |_| | | | _ | |
/ ___ \ | |_) | | |___ | |_| | | |___ | _| | |_| | | _ | | | | |_| |
/_/ \_\ |____/ \____| |____/ |_____| |_| \____| |_| |_| |___| \___/
_ __ _ __ __ _ _ ___ ____ ___ ____ ____ _____
| |/ / | | | \/ | | \ | | / _ \ | _ \ / _ \ | _ \ / ___| |_ _|
| ' / | | | |\/| | | \| | | | | | | |_) | | | | | | |_) | \___ \ | |
| . \ | |___ | | | | | |\ | | |_| | | __/ | |_| | | _ < ___) | | |
|_|\_\ |_____| |_| |_| |_| \_| \___/ |_| \__\_\ |_| \_\ |____/ |_|
_ _ __ __ __ __ __ __ __ __ _____
| | | | \ \ / / \ \ / / \ \/ / \ \ / / |__ /
| | | | \ \ / / \ \ /\ / / \ / \ V / / /
| |_| | \ V / \ V V / / \ | | / /_
\___/ \_/ \_/\_/ /_/\_\ |_| /____|
sudo apt install figlet toilet <===> ASCII text banners from plain text
figlet -t -k I Love TecMint.com <===> For a more clear output, you can use the -k flag to add a little space between the printed characters:
figlet -c TecMint.com <===> output to be created at the center, use the -c flag as shown
figlet -w 100 I Love TecMint.com <===> You can also control the output width with the -w switch, the default width is 80 columns.
echo "I wish I could chmod 644 my Girlfriend" | figlet -kp
asciiart
https://itsfoss.com/ascii-art-linux-terminal/
sudo apt install jp2a
<===> jp2a is a command-line tool that converts images to ASCII art in the Linux terminal. It works with JPEG and PNG files. It also allows colored output and your selection of character set to appear as ASCII image.
sudo apt install neofetch
<===>You can also parse it through lolcat to get rainbow-colored output.