Metadata-Version: 2.4
Name: ttyp
Version: 0.1.1
Summary: CLI typing test
Keywords: typing test,terminal,cli
Author: Felipe Jara
Author-email: Felipe Jara <fjararibet@gmail.com>
License-Expression: MIT
Requires-Dist: prompt-toolkit>=3.0.51
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/fjararibet/ttyp
Description-Content-Type: text/markdown

# ttyp
Typing test in your terminal. Pronounced *tee-type*.

# Installation
Install `ttyp` using pip:
```
pip install ttyp
```
# Usage
Start a typing test with default settings (English, 25 words):
```
ttyp 
```
Run a test in Spanish with 50 words:
```
ttyp --language spanish --count 50
```
List available languages:
```
ttyp --list-languages
```

# Credits
Language word lists derived from the [Monkeytype project](https://github.com/monkeytype/monkeytype),  
available under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).
