Today marks the beginning of my Learn in Public journey — where I’ll be building, sharing, and growing through real hands-on projects.
First up: a desktop weather app I created using Python and PyQt5!
The app takes a city name as input, fetches real-time weather data using OpenWeatherMap API, and displays the temperature in Celsius along with a brief weather description.
The project showcases a clean, user-friendly interface with robust error handling.