This is a programm to get the pollution, temperature and humidity from one day in Bochum.
You can select one day and the datatype you want to show.
Click on "Export" to export and open the shown data as a PDF file.
Click on "Update" to get the latest data from the database.
You will find the executable application in the Python_Skript folder.
You need to start it from there and you need to start it as administrator once to open the PDF file automatically.
If you want to run the code directly you need to install the dependencies from the requirements.txt file with the following command:
py -m pip install -r requirements.txt