A simple Python application that fetches and displays real-time weather data for any city using the OpenWeatherMap API
DESCRIPTION This Weather App allows users to enter a city name and instantly view the current weather, including temperature, feels-like temperature, humidity, and general conditions. It’s a beginner-friendly project designed to help you understand how to use APIs, handle JSON data, and work with the requests library in Python.
FEATURES -Fetch live weather details by city name -Displays temperature, feels like, humidity, and condition -Uses OpenWeatherMap’s REST API -Error handling for invalid city names -Beginner-friendly, extendable structure
HOW IT WORKS 1.Takes user input for city name 2.Sends a request to OpenWeatherMap API 3.Parses the JSON response 4.Prints formatted weather details