My project is an interactive application for analyzing data regarding the content of chemical elements in the sediments of various lakes in Poland. The application uses data contained in an Excel file, which includes information about the names of the lakes, pH values, and the content of various chemical elements.
The application enables:
- Lake selection - users can choose one of the available lakes from a dropdown list.
- Element selection - users can choose which elements they want to include in their analysis.
- Displaying a pie chart - after selecting a lake and elements, users can generate a pie chart that shows the content of each of the chosen elements in the sediments of the selected lake.
- Displaying a map - after selecting a lake, users can generate a map that shows the location of the chosen lake.
To use this application, the following libraries must be installed:
tkinter
openpyxl
matplotlib
folium
geopy
fake_useragent
Command to install libraries:
pip install openpyxl matplotlib folium geopy fake_useragent
- Run the main.py file.
- Select a lake from the dropdown list.
- Select the elements you want to include in your analysis.
- Click the "Display Chart" button to generate a pie chart.
- Click the "Display Map" button to generate a map with the location of the chosen lake.
This project was created by Robert Siurek.
Test 2