<div align=center>
<h1>tan - text analysis</h1>
</div>
---
## About
tan (previously known as mcw) is CLI application for getting words in text
## Using Program
use --help flag
## Building Project from source
Make sure you have Rust (rustc, cargo) installed
1. Clone repo using git: `git clone https://github.com/Matissoss/mcw`
2. Compile project using Rust (cargo method: `cargo build --release`)
3. Enjoy
## Credits
tan was made by matissoss under [MIT License](LICENSE)