Skip to content

Latest commit

 

History

118 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather app

python Code style: black


About

This application provides up-to-date weather information from openweathermap and using tkinter it displays the information in a GUI


Usage

To use this application first clone the repo to your local machine using the following command:

git clone https://github.com/giack-dev/weather-app

Then execute the app by running the main.py file. On Linux/MacOS:

python3 main.py

On Windows:

py main.py

Doing this will launch a new graphical window that you can interact with.


Technologies used

  • Validators: used to validate URLs.

  • Tkinter: used to build the GUI of the application.

  • SQLite: used to interact with the database.

  • Requests: used to interact with APIs.

  • GeoPy: used to calculate latitude and longitude of a specific city.


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages