Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunald08/weather-app
This is a simple weather application built using Python's tkinter library for the GUI and OpenWeatherMap API to fetch weather data based on selected cities.
https://github.com/kunald08/weather-app
Last synced: 8 days ago
JSON representation
This is a simple weather application built using Python's tkinter library for the GUI and OpenWeatherMap API to fetch weather data based on selected cities.
- Host: GitHub
- URL: https://github.com/kunald08/weather-app
- Owner: kunald08
- Created: 2024-04-07T09:32:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T17:05:11.000Z (9 months ago)
- Last Synced: 2024-12-22T13:42:06.451Z (25 days ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Hare Krishna!**
# Weather AppThis is a simple weather application built using Python's tkinter library for the GUI and OpenWeatherMap API to fetch weather data based on selected cities.
## Features
- Allows users to select a city from a dropdown list of Indian states and union territories.
- Retrieves and displays weather information including:
- Weather climate (e.g., Clouds, Rain)
- Weather description (e.g., scattered clouds, light rain)
- Temperature in Celsius
- Atmospheric pressure in hPa
- Provides a visually appealing interface with hover effects on the buttons.## Requirements
- Python 3.x
- `tkinter` library
- `requests` library (for making HTTP requests)
- OpenWeatherMap API key## Setup and Usage
1. **Clone the Repository:**
```bash
git clone https://github.com/dharpurekunal08/Weather-App