This is a simple command-line tool to plot text using Tupper's self-referential formula.
First, install the requirements:
pip install -r requirements.txtThen, run the scrip like this:
python tupper.py "Hello, World!" -o hello_world.pngThis will generate a PNG file with the text "Hello, World!".
Tupper is licensed under the MIT License.
