Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 705 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 705 Bytes

tupper

License: MIT

This is a simple command-line tool to plot text using Tupper's self-referential formula.

Usage

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!".

License

Tupper is licensed under the MIT License.