What it is A simple Python package and CLI tool for creating logos with ASCII art. How to use it Python from laudanum import Logo Logo("fancypants").create() CLI laudanum --text fancypants --font ghost --filename holyguacamole.png Where to get it pip install laudanum Where to learn more Documentation Source Code PyPI