Skip to content

shreeteja172/Weather-GUI-API-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API Using Python 🌦️

This project is a simple weather application built with Python using the Tkinter library for the graphical user interface (GUI) and the OpenWeatherMap API for fetching real-time weather data. 🌍

Features ✨

  • Search weather details by city name.
  • Display temperature 🌡, weather description 🌥️, pressure 🎈, country 🏳️, and timezone ⏳.
  • Emojis are included for visual enhancement! 🌟

Requirements 📦

  • Python 3.x
  • Tkinter (Usually comes pre-installed with Python)
  • Requests library
  • weather_data.py (Contains weather emojis and places list)

Setup 🚀

  1. Clone this repository:

    git clone https://github.com/shreeteja22/Weather-GUI-API-Using-Python.git
  2. Install the required libraries:

    pip install requests emoji
  3. Add your OpenWeatherMap API key in the code where indicated.

  4. Run the application:

   python weather_app.py

Usage 🔍

  1. Enter a city name in the combo box.
  2. Click on the "Get Weather" button to fetch the weather details.
  3. View the weather data displayed in the GUI with emoji-enhanced labels.

Screenshots 📸

Weather App Screenshot

License 📄

This project is open source and available under the MIT License.

Contributing 🤝

Feel free to fork this project, submit issues, and create pull requests!


Enjoy exploring the weather with emojis! 🌤️

This README gives a good overview of your project, making it easy for anyone who visits your GitHub to understand and set up the app. Feel free to modify the content as needed!# Weather-GUI-API-Using-Python

Weather-GUI-API-Using-Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages