Python-based weather application with a completed data-fetching backend and an in-progress PyQt5 interface.
This project was built to explore API-driven data fetching, environment-based configuration, and desktop UI integration using PyQt5.
- Backend logic for fetching and parsing weather data is implemented
- GUI layer is partially developed and not yet finalized
- Fetches real-time weather data using the OpenWeather API
- Parses temperature, humidity, wind speed, and sunrise/sunset data
- Handles API responses and basic error cases
Python
PyQt5 • requests • OpenWeather API • dotenv
Paused — Currently in planning phase. Focus is on backend logic and insight generation before UI.
Development is currently paused while focus is placed on higher-priority systems.
The backend foundation is complete and the project can be resumed to finalize the GUI and overall UX.