Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

**Hare Krishna!**
# 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.

## 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