An open API service indexing awesome lists of open source software.

https://github.com/jet-neo/weatherapp

A simple weather application built with Python and Tkinter that fetches real-time weather data using the OpenWeatherMap API. Users can enter a city name to view the current weather details, including temperature, humidity, wind speed, and a brief description of the weather conditions.
https://github.com/jet-neo/weatherapp

api python tkinter weather

Last synced: 21 days ago
JSON representation

A simple weather application built with Python and Tkinter that fetches real-time weather data using the OpenWeatherMap API. Users can enter a city name to view the current weather details, including temperature, humidity, wind speed, and a brief description of the weather conditions.

Awesome Lists containing this project

README

          

# Weather App

A simple weather application built with Python and Tkinter that fetches real-time weather data using the OpenWeatherMap API. Users can enter a city name to view the current weather details, including temperature, humidity, wind speed, and a brief description of the weather conditions.

---

## Features

- Fetches real-time weather data for any city in the world.
- User-friendly graphical interface built with Tkinter.
- Error handling for invalid city names or API issues.
- Styled GUI with a modern dark theme.

---

## Requirements

- Python 3.7 or higher
- `requests` library (for API calls)
- An API key from [OpenWeatherMap](https://openweathermap.org/)

---

## Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/weather-app.git
cd weather-app