This project fetches information from the animals API and creates a styled website. The application allows the user to search for an animal or multiple animals to be shown.
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.
Running the web generator file will result in the following:
Please name an animal: (your input here)
Website was successfully generated to the file animals.html
To view the website, open animals.html in your browser or another preferred method.