Metadata-Version: 2.1
Name: typing-test-sapien
Version: 3.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 Speed Test

This Python script allows you to run a typing speed test with customizable parameters. You can specify the number of tests, the number of sentences per test, and whether to enable blind mode.

## Features

- Run multiple typing tests
- Customize the number of sentences per test
- Enable or disable blind mode

## Requirements

- Python 3.x

## Usage

To run the script, use the following command:

```sh
python typing_test.py [tests] [sentences_per_test] [blind_mode]
```

### Arguments

- `tests` (optional): The number of tests to run (default: 2).
- `sentences_per_test` (optional): The number of sentences per test (default: 1).
- `blind_mode` (optional): Set to 'y' or 'yes' to enable blind mode (default: no).

### Example

```sh
python typing_test.py 3 2 yes
```

This command runs 3 tests with 2 sentences per test and enables blind mode.

## Handling Invalid Input

If invalid input is provided, the script will silently fallback to default values.

## Exiting

To exit the test at any time, press `Ctrl+C`.

## License

This project is licensed under the MIT License.
