Skip to content

This is a weather app created using python and tkinter.

Notifications You must be signed in to change notification settings

ethicalbab/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This project is a simple weather application using Python, Tkinter, and the OpenWeatherMap API. The application allows users to select an Indian state and display the current weather, temperature, and humidity.

Prerequisites

  • Python 3.x
  • Tkinter
  • Pillow
  • requests

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/weather-app.git
    cd weather-app
  2. Install dependencies:

    pip install pillow requests

OpenWeatherMap API Key

To run this application, you need an API key from OpenWeatherMap. You can get one by signing up at OpenWeatherMap.

Replace the api_key variable in the get_weather function with your API key:

api_key = "your_openweathermap_api_key"

About

This is a weather app created using python and tkinter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages