Introduction
Introduction¶
AsciiStuff is a tiny library that gathers some funny ASCII-art-related features from various sources. It leverages:
PyFigletfor converting text to a nice banner.Pillowandpyasciigenfor converting JPG or PNG images to ASCII arts.termcolorfor formatting quotes.cowpyfor drawing Cowsay characters.
It also features an ASCII file format (.asc) with a small set of useful options for styling combinations of these ASCCI art objects.
Setup¶
This library is available on PyPi and can be simply installed using Pip:
pip install asciistuff
or
pip3 install asciistuff