Metadata-Version: 2.1
Name: PyParrotSay
Version: 1.0.2
Home-page: https://github.com/DevHollo/pyparrotsay
Author: Hollo
Author-email: hollo1234567890e@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: sty ==1.0.6

# PyParrotSay
Make a funny parrot say anything!<br/>

Usage:
```py
from pyparrotsay import ParrotSay

parrot = ParrotSay(rgb=[232,155,23])

parrot.say("Hello!")
```
This is the parrot:<br/>
![parrot](https://devhollo.github.io/!assets/img/parrot_say_md_pypi.png)
