Metadata-Version: 2.1
Name: typing-test-sapien
Version: 1.0.0
Summary: A CLI-based typing speed test application
Home-page: https://github.com/prasad-sdh/typing_test.git
Author: Prasad SDH
Author-email: prasad@audiomob.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.1
Description-Content-Type: text/markdown
License-File: LICENSE

# Typing Test CLI

A command-line typing speed test application written in Python.

## Features
- Practice typing with predefined sentences.
- Measure your typing speed (WPM) and accuracy.
- Supports blind mode and custom configurations.

## Installation
```bash
pip install typing-test
```

## Usage
```bash
typing-test --config /path/to/config.json --sentences /path/to/sentences.txt
```
