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.
- Host: GitHub
- URL: https://github.com/jet-neo/weatherapp
- Owner: Jet-Neo
- License: mit
- Created: 2025-01-12T23:14:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T23:26:29.000Z (over 1 year ago)
- Last Synced: 2025-12-26T21:02:13.041Z (6 months ago)
- Topics: api, python, tkinter, weather
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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