An open API service indexing awesome lists of open source software.

https://github.com/moltinginstar/tupper

A simple command-line tool to plot text using Tupper’s formula.
https://github.com/moltinginstar/tupper

command-line computer-art math plotting python tupper-formula

Last synced: 4 months ago
JSON representation

A simple command-line tool to plot text using Tupper’s formula.

Awesome Lists containing this project

README

        



tupper

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This is a simple command-line tool to plot text using [Tupper's self-referential formula](https://en.wikipedia.org/wiki/Tupper%27s_self-referential_formula).

## Usage

First, install the requirements:

```sh
pip install -r requirements.txt
```

Then, run the scrip like this:

```sh
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](LICENSE).