This is a simple Python application that fetches and displays current weather information for selected cities using the OpenWeatherMap API and a graphical user interface (GUI) built with Tkinter.
- User-friendly GUI with a dropdown menu to select a city
- Retrieves and displays weather status, temperature, humidity, and wind speed for the selected city
- Uses the OpenWeatherMap API to fetch real-time weather data
- Easy to extend and customize for additional features or cities
- Python 3.x
- requests library (install using pip install requests)
- tkinter library (usually comes pre-installed with Python)
- Clone or download the repository.
- Make sure you have the required dependencies installed (requests library).
- Run the main.py script.
- The application window will open.
- Select a city from the dropdown menu.
- Click the "o" button to fetch
- Window displays the weather information.