This application provides up-to-date weather information from openweathermap and using tkinter it displays the information in a GUI
To use this application first clone the repo to your local machine using the following command:
git clone https://github.com/giack-dev/weather-appThen execute the app by running the main.py file. On Linux/MacOS:
python3 main.pyOn Windows:
py main.pyDoing this will launch a new graphical window that you can interact with.
-
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.