A small Python program that reports current weather conditions for any city the user types in, using the free OpenWeatherMap API. It prints the resolved location, current, minimum and maximum temperatures, a description of conditions, humidity and wind data, then loops so several cities can be checked in one session. Input errors are handled explicitly, and the API's multi-language support means city names can be entered in over thirty languages. Deliberately beginner-friendly — the point was clean API integration and readable request/response handling.
Software and web development — design, build, and delivery.