This is a simple app made in Django which displays the weather of any city(as entered by the user) Build Setup create a virtual environment of python3 clone the repo cd website pip install django pip install requests python manage.py migrate python manage.py runserver