A simple gif search engine that I made by using Flask and utilizing the Tenor V2 API. This was my first project using Flask and I learnt a lot. Below are the steps required to get this working:
python -m venv .\venv
venv\Scripts\activate.bat
pip install -r requirements.txt
flask run