This is an application written in Python for PyQT, that offers a visualisation of the average temperature in the 27 EU capital cities for the week to come. All the data comes from Open-Meteo.
MacOS/ Linux
python -m venv env
source env/bin/activate
pip install pyside6
Windows
python -m venv env
env\Scripts\activate.bat
pip install pyside6
python src/main.py
pyside6-deploy src/main.py