This is a simple weather application built using Python and Tkinter. It allows you to retrieve weather information for a specific city using the OpenWeatherMap API. The weather data includes the current condition, temperature, minimum and maximum temperature, pressure, humidity, wind speed, sunrise, and sunset time. This app was forked off the code base provided by https://github.com/evanemran with error handling improvements added.
- Clone the repository or download the source code.
- Install the required dependencies by running
pip install -r requirements.txt
. - Run the
weather_app.py
file. - Enter the name of the city for which you want to retrieve weather information in the text entry field.
- Press Enter or click the "Get Weather" button.
- The weather information will be displayed on the screen, including the current condition, temperature, minimum and maximum temperature, pressure, humidity, wind speed, sunrise, and sunset time.
- Python 3.x
- Tkinter
- Requests
- Kofi Obo Wood
- Benjamin Varle Semah
- Sabirah Mensah
- Stephen Owusu Danso Asare