Metadata-Version: 2.1
Name: random-mitype
Version: 0.1.3
Summary: Generate random typing tests for mitype.
Home-page: https://github.com/RealCyGuy/random-mitype
Author: Cyrus Yip
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Topic :: Terminals
Classifier: Environment :: Console :: Curses
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown
License-File: LICENSE.md

# random-mitype

Generate random word typing tests for [mitype](https://github.com/Mithil467/mitype), a terminal-based typing test
application.

## Installation

```
pip install mitype
```

and

```
pip install random-mitype
```

If `mitype` works for you, you should be able to run `random-mitype`.

```
Usage: random-mitype [OPTIONS] [WORDS]

  Start a typing test with number of WORDS.

Options:
  -v, --version  Show the version and exit.
  -h, --help     Show this message and exit.
```

## License

[MIT](https://github.com/RealCyGuy/random-mitype/blob/main/LICENSE.md)


