GUI-TOOLKIT
tkinter was used to create the GUI interface for the app.
WEATHER API USED
Note
Please make sure to install any libraries not already installed.
LIBRARIES INSTALLATIONS
- pillow, is a Python image library.
pip install pillow
- geopandas
pip install geopandas
- geopy
pip install geopy
- folium, helps you create a map of any location in the world using latitude and longitude values.
conda install -c conda-forge folium
TO RUN THE PROGRAM
Open the terminal and run the following command:
python weatherapi.py