Introduction
Introduction¶
AsciiStuff is a tiny library that gathers some funny ASCII-art-related features from various sources. It leverages:
PyFiglet
for converting text to a nice banner.Pillow
andpyasciigen
for converting JPG or PNG images to ASCII arts.termcolor
for formatting quotes.cowpy
for 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