Skip to content
All projects

WeatherWise

A desktop weather client that turns raw meteorological API data into a readable forecast.

Role
Developer
Year
2024
Status
Live
WeatherWise desktop interface showing current conditions and forecast for a searched location

Overview

A Python desktop application demonstrating API orchestration. It resolves a location, queries a weather service, and renders the response as a clean Tkinter interface rather than leaving the user to read raw JSON.

Stack

  • Python
  • Tkinter
  • Requests
  • Geopy
  • API integration
  • Error handling
  • Object-oriented programming

My role

Developer