# ttyper
[](https://crates.io/crates/ttyper)
[](https://github.com/max-niederman/ttyper/actions)
[](https://libraries.io/cargo/ttyper/0.1.5/tree?kind=normal)
[](https://github.com/max-niederman/ttyper/issues)
[](./LICENSE.md)
Ttyper is a terminal-based typing test built with Rust and tui-rs.

## installation
With Cargo:
```bash
cargo install ttyper
```
## usage
For usage instructions, you can run `ttyper --help`. Currently available languages are `english100`, `english200`, and `english1000`.
### examples
| `ttyper` | 50 of the 200 most common english words |
| `ttyper -w 100` | 100 of the 200 most common English words |
| `ttyper -w 100 -l english1000` | 100 of the 1000 most common English words |
| `ttyper text.txt` | contents of `text.txt` split at whitespace |