ART is a Python lib for text converting to ASCII art. Turn regular old text into rendered ASCII art with a single function. Also generates textmoji from names (aprint("butterfly")
). Random art (randart()
) is also possible. You can also specify the font used and how it's decorated (if you want). Can even be used as a CLI tool.