https://github.com/greydevv/pytyper
pytyper is a Python library that provides users with functions related to typing tests, string modification, comparison, and number formatting.
https://github.com/greydevv/pytyper
python-package python3
Last synced: 3 months ago
JSON representation
pytyper is a Python library that provides users with functions related to typing tests, string modification, comparison, and number formatting.
- Host: GitHub
- URL: https://github.com/greydevv/pytyper
- Owner: greydevv
- License: mit
- Created: 2020-10-17T13:25:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T13:55:49.000Z (over 5 years ago)
- Last Synced: 2025-02-04T04:17:41.536Z (about 1 year ago)
- Topics: python-package, python3
- Language: Python
- Homepage: https://pypi.org/project/pytyper/
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.