How to Install python-pyfiglet in Ubuntu 18.04



Install python-pyfiglet by entering the following commands in the terminal:

sudo apt update
sudo apt install python-pyfiglet

Description:

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.

Homepage: https://github.com/pwaller/pyfiglet

Version: 0.7.4+dfsg-2

Section: universe/python