Metadata-Version: 2.4
Name: writings
Version: 0.1.1
Summary: A simple chatbot syle printing system
Author-email: Dorian Ben <doribenbass@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Writings

Print out strings word for word or letter by letter.

## Installation

```
pip install writings
```

## Usage

-import writings

-to print **word for word** use write(text, delay)
-to print **letter by letter** use write_letters(text, delay)


---

## License

_steal this if you like, i do not care_
