ttypr 0.1.2

terminal typing practice
Documentation
![](app-preview.gif)

# ttypr

**t**erminal **ty**ping **pr**actice

Small application to practice ASCII (for now) typing

Based on [Ratatui][Repo]

# Installation

```shell
cargo install ttypr
```

# Usage

Run the application - start typing

ESC - to exit

# Credits

- filipriec [ gitlab.com/filipriec ] - creating a vector of styled Spans idea, if needs_redraw rendering concept

- Concept taken from: monkeytype.com

[Repo]: https://github.com/ratatui/ratatui