This is an app that makes use of weather api from openweathermap and takes name of the city as the input and outputs its temperature,pressure and humidity.
Modules used for this app:
- Tkinter (for the GUI)
- Requests (to get the json files)
- JSON (to convert the strings to JSON format)