[](https://github.com/MustafaSalih1993/tai)
[](https://crates.io/crates/tai)
# TAI
Terminal Ascii Images
A tool to convert images to ascii art written in **Rust** 🦀
## Installation
#### Cargo:
You can install the binary crate directly
```sh
cargo install tai
```
#### Gentoo Linux:
**tai** is available in **GURU**
```sh
emerge -av app-misc/tai
```
##### local ebuilds
local ebuilds can be found [HERE](https://github.com/MustafaSalih1993/tai-ebuilds) to add it in your local overlay.
#### Arch Linux:
**[tai-git](https://aur.archlinux.org/packages/tai-git)** (a community package) is available in Arch Linux's **AUR**
```sh
yay/paru -S tai-git
```
#### Manual Installation:
you can clone **tai** repo and build it locally
```sh
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](https://mit-license.org/)