We can use any website to view temperature or any information related to weather. But to get more customized information, here is Weather Forecaster
python -m venv env
(Where 'env' is the name of virtual environment, you can name it anything)
pip install -r requirements.txt