MustafaSalih1993 / tai

tai (Terminal Ascii Images) tool to convert images to text written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github crates

TAI

Terminal Ascii Images

A tool to convert images to ascii art written in Rust 🦀


Installation

Cargo:

You can install the binary crate directly

cargo install tai

Gentoo Linux:

tai is available in GURU

emerge -av app-misc/tai
local ebuilds

local ebuilds can be found HERE to add it in your local overlay.

Arch Linux:

tai-git (a community package) is available in Arch Linux's AUR

yay/paru -S tai-git

Manual Installation:

you can clone tai repo and build it locally

git clone https://github.com/MustafaSalih1993/tai
cd tai
cargo install --path .

Notes

  • This tool is still in development stage.

Contributions

contributions with code, issues, documentation are welcome.

License

MIT

About

tai (Terminal Ascii Images) tool to convert images to text written in Rust

License:MIT License


Languages

Language:Rust 100.0%