Metadata-Version: 2.4
Name: ttyping
Version: 0.1.0
Summary: A minimal terminal typing test — English & Korean, monkeytype-inspired
License: MIT
License-File: LICENSE
Keywords: monkeytype,terminal,textual,tui,typing
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.10
Requires-Dist: textual>=0.40
Description-Content-Type: text/markdown

# ttyping

A minimal, monkeytype-inspired terminal typing test. English & Korean.

## Install

```
pip install ttyping
```

Or with uv:

```
uv tool install ttyping
```

## Usage

```
ttyping                    # English, 25 random words
ttyping --lang ko          # Korean random words
ttyping --file path.txt    # Practice from file
ttyping --words 50         # Custom word count
ttyping --time 30          # 30-second timed test
ttyping history            # View past results
```

## Keybindings

| Key   | Action         |
|-------|----------------|
| Tab   | Restart test   |
| Esc   | Quit           |
| Space | Next word      |

Results are saved locally at `~/.ttyping/results.json`.
