Summer 2022 • Learning Project
Weather App
Weather App was built during the summer of 2022 with one clear goal: learn what an API is and actually use one in a real project.
The application is a Python desktop GUI built with Tkinter. It connects to the OpenWeatherMap API and displays current weather information for any city you search, including temperature, conditions, and local time, all inside a small, clean window.
This was my first time ever working with an external API, handling HTTP requests in code, parsing JSON responses, and presenting the data to a user through a graphical interface. A small project, but an important step.
Technologies
PythonTkinterOpenWeatherMap API
