Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 793 Bytes

Feinstaubstation

The Userinterface

This is a programm to get the pollution, temperature and humidity from one day in Bochum.

alt text

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.

Executable Application (.exe)

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.

How to install dependencies?

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