Skip to content

Pythonastics/animals.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages