A weather app in python using weather API and tkinter
To use API in your project create account on "https://openweathermap.org/" and you will get your key then use that key in your project to access weather API
install pyinstaller to make the the executable file # pip installinstall pyinstaller Then run pyinstaller.exe --onefile --icon=sun_icon.ico weather.py this command in ypur project file