An open API service indexing awesome lists of open source software.

https://github.com/dhruvcodings/know-weather

A Python-based weather application that provides real-time weather updates using a user-friendly interface. This project is ideal for learning how to fetch and display weather data from an API.
https://github.com/dhruvcodings/know-weather

api data-retrival python-gui tkinter

Last synced: 8 months ago
JSON representation

A Python-based weather application that provides real-time weather updates using a user-friendly interface. This project is ideal for learning how to fetch and display weather data from an API.

Awesome Lists containing this project

README

          

A simple graphical user interface (GUI) application that displays the current weather of a selected city using the OpenWeatherMap API. The application is built using Python's tkinter library for the GUI and requests for handling API calls.