Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 610 Bytes

File metadata and controls

29 lines (21 loc) · 610 Bytes
pkg-version wheel

animals.py

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

Getting started

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

Thanks to