A basic weather application to understand the concept of GUI based application programmed in python.
Use the link to open weather data and then create your Id Cretae your api key and use it
use the following libraries
from tkinter import * from configparser import ConfigParser from tkinter import messagebox import requests