Skip to content

bzm10/tkinter-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This simple weather app allows users to fetch and display current weather information for selected cities. The app is built using Python's Tkinter for the GUI, requests for API calls, and Pillow for image handling.

Installation

To run this app, you need to install the required dependencies. You can do this using the following pip command:

pip install requests Pillow

How to Use

  1. Run the script.
  2. Select a city from the dropdown menu.
  3. Choose temperature and wind speed units.
  4. Click the "Show Weather" button to display weather information for the selected city.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages