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.
- Host: GitHub
- URL: https://github.com/moltinginstar/tupper
- Owner: moltinginstar
- License: mit
- Created: 2024-12-23T16:12:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T11:11:30.000Z (6 months ago)
- Last Synced: 2024-12-25T12:18:45.330Z (6 months ago)
- Topics: command-line, computer-art, math, plotting, python, tupper-formula
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](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).