ttyper 0.1.1

Terminal-based typing test.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ttyper

Ttyper is a terminal-based typing test built with Rust and tui-rs.

## installation

With Cargo:

```bash
cargo install ttyper
```

## to-do

- Fix weirdness with the WPM calculation.
- Use per-word frequency data for mroe realistic tests.
- Add WPM graph to results UI.