https://github.com/sens1dev/weather-forecast-app
A weather forecast app.
https://github.com/sens1dev/weather-forecast-app
api app customtkinter gui python tkinter ui weather weather-forecast weatherapi weatherforecast
Last synced: 3 months ago
JSON representation
A weather forecast app.
- Host: GitHub
- URL: https://github.com/sens1dev/weather-forecast-app
- Owner: sens1dev
- License: mit
- Created: 2025-09-16T14:27:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T15:41:44.000Z (4 months ago)
- Last Synced: 2025-09-16T16:44:21.399Z (4 months ago)
- Topics: api, app, customtkinter, gui, python, tkinter, ui, weather, weather-forecast, weatherapi, weatherforecast
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Forecast GUI Application 🌦️
A simple, clean, and modern desktop weather application built with Python and CustomTkinter. This application allows users to fetch and display the current weather conditions for any city around the world.
## Description
This project is a straightforward graphical user interface (GUI) application that provides real-time weather data. Users can enter a city name, and the application will communicate with the OpenWeatherMap API to retrieve and display the current temperature and a short weather description.
The interface is designed to be intuitive and visually appealing, leveraging the modern widgets provided by the CustomTkinter library.
---
## ✨ Features
* **User-Friendly Interface:** Clean and simple UI that is easy to navigate.
* **Real-Time Data:** Fetches live weather data from the OpenWeatherMap API.
* **Global Coverage:** Get weather information for any city available in the OpenWeatherMap database.
* **Essential Information:** Displays the most important weather details: temperature in Celsius and a weather description (e.g., "clear sky," "light rain").
* **Error Handling:** Provides user-friendly feedback if the city is not found or if the input field is empty.
* **Secure API Key Management:** Uses a `.env` file to keep the API key secure and out of the source code.
---
## 🔧 Technologies Used
* **Python 3:** The core programming language.
* **CustomTkinter:** A modern Python UI library based on Tkinter, used for creating the graphical interface.