Desktop App made using python that tells you weather forecast in just one click
Tkinter-Python
openweathermap API
requests module
ttk module
This app takes city name as input and fetches corresponding weather data using API
requests module in python helps in hitting API
The data fetched from API is stored in corresponding label after hitting "Done" button