pyfiglet
Python 3 port of the FIGlet specification
Install
- All systems
-
curl cmd.cat/pyfiglet.sh
- Debian
-
apt-get install python3-pyfiglet - Ubuntu
-
apt-get install python3-pyfiglet - Arch Linux
-
pacman -S python3-pyfiglet - Kali Linux
-
apt-get install python3-pyfiglet - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-pyfiglet - Raspbian
-
apt-get install python3-pyfiglet
python3-pyfiglet
Python 3 port of the FIGlet specification
FIGLet is a program that creates large characters out of ordinary screen characters. It takes ASCII text and renders it in ASCII art fonts. This is a Python 3 port of the original C figlet. It can be used on the commandline or as an Object Oriented driver library in your own programs.
python-pyfiglet
Python port of the FIGlet specification
FIGLet is a program that creates large characters out of ordinary screen characters. It takes ASCII text and renders it in ASCII art fonts. This is a Python port of the original C figlet. It can be used on the commandline or as an Object Oriented driver library in your own programs.