Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Python Weather App

A simple weather application built with Python's Tkinter library that fetches and displays current weather information for a specified city using the OpenWeatherMap API. The app also shows a static map of the city's location using the StaticMap library.

Features

  • Fetches current weather data including temperature, humidity, and weather conditions.
  • Displays a static map of the city using the StaticMap library.
  • User-friendly GUI built with Tkinter.

How to Run

  1. Clone the repository
  2. Install the required packages:
    pip install -r requirements.txt
    
  3. Replace OPENWEATHER_API_KEY in weather_app.py with your actual OpenWeatherMap API key.
  4. Run the application:
    python weather_app.py