This Python project retrieves and displays the current temperature of a city using the OpenWeatherMap API. The user is prompted to enter a city name, and the program fetches the temperature data in Kelvin, which is then converted to Celsius.
-
Updated
Jan 21, 2025 - Python