Skip to content

RampageousRJ/Weather-App-TKinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-App-TKinter

Introduction

This is a basic weather application built using Tkinter, a Python GUI toolkit, and the OpenWeather API for fetching weather data. This application allows users to check the current weather conditions for a specified location.

Features

  • User-friendly Interface: The application provides a simple and intuitive user interface.
  • Current Weather: Users can enter a city name and click a button to get the current weather details.
  • Temperature, Humidity, and Description: The application displays information such as temperature, humidity, and a brief description of the weather.

Prerequisites

Before running the application, make sure you have the following:

  • Python installed on your system
  • OpenWeather API key. You can obtain a free key by signing up on the OpenWeather website

Installation

  1. Clone the repository:

    git clone https://github.com/RampageousRJ/Weather-App-TKinter.git
  2. Navigate to the project directory:

    cd 'Weather-App-TKinter'
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Obtain an API key from OpenWeather and replace API_KEY with your personal generated API Key.

  2. Run the application:

    python app.py
  3. Enter the city name in the input field and click the "Check Weather" button.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Acknowledgments

Thank you for using and contributing to the Weather App!

About

Basic TKinter Weather App using OpenWeather API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages