Metadata-Version: 2.1
Name: pytyper
Version: 0.0.2
Summary: Typing statistics calculations, string comparison, and formatting
Home-page: https://github.com/greysonDEV/pytyper
Author: Greyson Murray
Author-email: greysonmurray.dev@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Games/Entertainment
Classifier: Operating System :: MacOS
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pytyper

## Description
pytyper is a Python library that provides the user with basic functions that deal with typing and typing tests. A few of many functions include calculating WPM and accuracy.\
Not only does pytyper implement typing calculations, it also implements string modification, comparison, and number formatting.

## Installation
```
pip install pytyper
```

## Usage
A proof-of-concept CLI tool is hosted at:\
https://github.com/greysonDEV/typeshell-cli

## Docu-mini-tation
[pytyper documentation](https://github.com/greysonDEV/pytyper/blob/master/DOCUMENTATION.md)

## License
pytyper is licensed under the [MIT](https://github.com/greysonDEV/pytyper/blob/master/LICENSE) License.


