Skip to content

Jehjay/corekara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather app

Graphical User Interface

LIBRARIES INSTALLATIONS

Please make sure to install any libraries not already installed.

  • 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

GUI-TOOLKIT

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

TO RUN THE PROGRAM

Open the terminal and run the following command:

python weatherapi.py

WEATHER API USED

weatherbit API

About

weather GUI interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages