This is a very straightforward weather forecast website using https://open-meteo.com/.
Currently the website only reports the weather for Leeds.
This is a Python application that uses the Flask Web Framework. To run the website please run the following from a terminal:
pip install flask
flask run