A Python module to get random image/facts of different animals
Installation
pip install animals.py
Usage
from animals import Animals
animal = Animals('cat')
print(animal.image()) # Prints the url for the image
print(animal.fact()) # Prints the fact of the animal