pyfiglet is a full port of FIGlet (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts (like the title above, which is the 'block' font).
pyfiglet is a full port of FIGlet (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts (like the title above, which is the 'block' font).
To install py312-pyfiglet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pyfiglet
To see what files were installed by py312-pyfiglet, run:
port contents py312-pyfiglet
To later upgrade py312-pyfiglet, run:
sudo port selfupdate && sudo port upgrade py312-pyfiglet
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.