Skip to content

The Weather Checker application allows users to retrieve weather information for a specific city using the OpenWeatherMap API.

Notifications You must be signed in to change notification settings

Untitled-Master/Weather-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Checker

This is a simple weather checker application built with Python using Tkinter and customtkinter.

Screenshots

Screenshot

Description

The Weather Checker application allows users to retrieve weather information for a specific city using the OpenWeatherMap API.

Features

  • Dark appearance mode
  • Green color theme
  • Enter a city name and click "Check" to fetch weather information
  • Displays weather condition and temperature in Celsius

Prerequisites

  • Python 3.x
  • requests library (pip install requests)
  • customtkinter library (pip install customtkinter)

Usage

  1. Clone the repository or download the script.
  2. Install the required libraries: pip install requests customtkinter.
  3. Replace fav.ico with your own favicon in the same directory.
  4. Run the script: python weather_checker.py.
  5. Enter a city name in the input field and click "Check" to fetch weather information.

Feel free to customize the code to fit your needs and preferences.

About

The Weather Checker application allows users to retrieve weather information for a specific city using the OpenWeatherMap API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published