Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.46 KB

File metadata and controls

70 lines (45 loc) · 1.46 KB

Weather Forecast App

A sleek and user-friendly weather forecast application built with Python and customtkinter.

image

Features

  • Search for weather information by city name
  • Display current weather conditions including temperature and wind speed
  • Show weather icons representing current conditions
  • Animated UI elements for an enhanced user experience
  • Dark mode interface for comfortable viewing

Requirements

  • Python 3.7+
  • customtkinter
  • requests
  • Pillow (PIL)

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/weather-forecast-app.git
    
  2. Navigate to the project directory:

    cd weather-forecast-app
    
  3. Install the required packages:

    pip install -r requirements.txt
    

Usage

Run the application:

python weather_app.py

Enter a city name in the search box and click "Search" to get the current weather information.

API Usage

This application uses the following APIs:

No API key is required for these services.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

Credits

Created by Daniel Monteiro

Weather icons provided by OpenWeatherMap