Metadata-Version: 2.1
Name: animals.py
Version: 1.0.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: mischievousdev
Author-email: miscdev.py@gmail.com
License: MIT
Keywords: animals api random-image
Platform: UNKNOWN
Description-Content-Type: text/markdown

<div align="center">
  <img src="https://img.shields.io/pypi/v/animals.py" alt="pkg-version">
</div>

# animals.py
A Python module to get random image/facts of different animals

# Getting started

**Installation**
```sh
pip install animals.py
```
**Example for usage**
```py
from animals import Animals

animal = Animals('cat')

print(animal.image()) # Prints the url for the image
```

# Thanks to

* [requests](https://github.com/psf/requests)
* [some-random-api](https://some-random-api.ml)


