Skip to content

TalLovton/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Weather App

This is a simple Weather App implemented in Python using the Tkinter library. It allows users to search for the weather information of a specific city and displays various weather attributes such as temperature, feels like temperature, wind speed, humidity, description, and sunrise/sunset times.

Features

Retrieve current weather details including temperature, humidity, wind speed, and weather conditions. Display the weather information in a user-friendly graphical interface. Support for searching weather by city name.

Requirements

  • Python 3.x
  • Tkinter library
  • Requests library
  • OpenWeatherMap API key

How to Use

  1. Run the script using a Python interpreter.
  2. The Weather App window will open.
  3. Enter the name of a city in the search box.
  4. Click the search icon or press Enter to get the weather information for the entered city.
  5. If the city is found, the app will display the temperature, feels like temperature, wind speed, humidity, description, and sunrise/sunset times.
  6. If the city is not found, an error message will be displayed.

landing page display

1

Input city display

2

checking Ty-pos display

3

The app is displayed with GUI TKinter library.

About

Weather app written with Python using OpenWeather API to get all the data anytime. Display with GUI TKinter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages