Metadata-Version: 2.4
Name: pythontyperlol
Version: 1.0.0
Summary: A python module i made i guess :D
Author: Arran Hewitt
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# pythontyperlol

Print text like a typewriter, clearing the terminal each step.

```python
from pythontyperlol import typewriter

typewriter("Hello World!", delay=0.2)
