figlet
Figlet is a command-line utility that renders text as large ASCII art banners. It uses a set of typefaces called FIGfonts, each defining how every character is drawn across multiple lines of ASCII characters. The output is commonly used for decorative banners in terminal environments, README files, or other text-based interfaces.
Input and font format: The program reads input text and prints the corresponding banner to standard output.
Fonts and distribution: Fonts are distributed with the FIGlet package and can be installed system-wide or per-user.
Applications and ecosystem: Numerous implementations and related tools exist, including wrappers for other programming languages. FIGlet