This project fetches information about groups of animal regarding to your searched words. E.g. it will fetch all animals with name "penguin" in it, if you search for penguin. After the search, the result will be displayed in a generated html file called animals_output.html.
To install this project, simply clone the repository and install the dependencies in requirements.txt using pip
To use this project, run the following command - python animals_web_generator.py.
We welcome contributions! If you'd like to contribute to this project, please follow these guidelines...