Skip to content

This Weather Forecast application is a simple, user-friendly desktop tool that provides current weather information for cities around the world. Built with Python and CustomTkinter, it offers a sleek, modern interface with animated elements for an enhanced user experience.

Notifications You must be signed in to change notification settings

danzddev/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

This Weather Forecast application is a simple, user-friendly desktop tool that provides current weather information for cities around the world. Built with Python and CustomTkinter, it offers a sleek, modern interface with animated elements for an enhanced user experience.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages