Metadata-Version: 2.1
Name: pytyping
Version: 0.0.1
Summary: A simple typing speed test right in your terminal made with Python and the curses module.
Home-page: https://github.com/francescocappetti/pytyping
Author: Francesco Cappetti
Author-email: f.cappetti.05@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/francescocappetti/pytyping/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pytyping
A simple typing speed test right in your terminal made with Python and the curses module.

![Video]()

## Installation
You can install pytyping using pip:
```
pip install pytyping
```

To run the program:
```
pytyping
```


