This Python project allows users to check the temperature of any city by fetching real-time weather data from the OpenWeatherMap API. The program converts the temperature from Kelvin to Celsius and displays it to the user. It also allows users to check the temperature of multiple cities.
- Fetch real-time weather data from OpenWeatherMap API.
- Convert temperature from Kelvin to Celsius.
- Allows users to check the temperature of multiple cities.
- Handles invalid city names with appropriate error messages.
- Python 3.x
requests
library
- Clone the repository:
git clone https://github.com/your-username/weather-checker.git cd weather-checker