This simple weather app allows users to fetch and display current weather information for selected cities. The app is built using Python's Tkinter for the GUI, requests for API calls, and Pillow for image handling.
To run this app, you need to install the required dependencies. You can do this using the following pip command:
pip install requests Pillow
- Run the script.
- Select a city from the dropdown menu.
- Choose temperature and wind speed units.
- Click the "Show Weather" button to display weather information for the selected city.
- Weather icons by Icons8.
- Weather data provided by Open-Meteo.com.