Skip to content

Jehjay/corekara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather app

Graphical User Interface

GUI-TOOLKIT

tkinter was used to create the GUI interface for the app.

WEATHER API USED

weatherbit API

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

Releases

No releases published

Packages

No packages published

Languages