Metadata-Version: 2.1
Name: owoer
Version: 1.0.0
Summary: A little useless module to 'owoify' your text, aka turn it into a furro poetic masterpiece
Home-page: https://github.com/Zidaan-Hayat/owoifyer.
Author: Zidaan Hayat
Author-email: doczidaan@gmail.com
License: UNKNOWN
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

# Owoer

Owoify your text quickly with this "handy" module or (please don't this was my first time making a pip package) copy the code and put it into yours...

## Installation

```
python3 -m pip install owoifyer
```

## Usage

```py
from owoer import owoify

text = "Hello there, how are you on this fine evening?"

owo_text = owoify(text)

print(owo_text)
# Hewwo thewe, how awe you on this finy evenyng?
```

_Yes I was very bored,_

_no I am not a furry._


