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