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.
- Host: GitHub
- URL: https://github.com/dhruvcodings/know-weather
- Owner: Dhruvcodings
- Created: 2023-12-16T10:01:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:14:41.000Z (over 1 year ago)
- Last Synced: 2025-03-21T23:16:04.833Z (12 months ago)
- Topics: api, data-retrival, python-gui, tkinter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.