TPIC

TPIC is a very simple binary terminal visualizer. It takes .tpic files with binary and outputs a terminal drawing of the image.

Installation

TPIC can be installed with cargo

bash cargo install TPIC

Usage

CLI

bash TPIC /path/to/.tpic/file

tip: you can save a tpic to a file by adding > /output/path to the end of the command!

Example .tpic file

tpic 00100 01110 11111

License

MIT