##Description This is a basic weather application built using python.It fetches real time weather data using openweather API.
##Features -Get weather by city name -Displays tempearture,humidity,condition -Supports celsius and Fahrenheit -shows wind speed
##Technologies used -python -Request library -oepnweather API
##How to run 1.Install requets: pip install request 2.Run: python weather_app.py
##Output Weather Details: City: bangalore Temperature: 26.02 °C Humidity: 68 % Condition: light rain > & C:\Users\user\AppData\Local\Python\pythoncore-3.14-64\python.exe c:/Users/user/OneDrive/Desktop/weather_app_project/weather_app.py Enter city name: bangalore choose unit(C/F):c
PS C:\Users\user\OneDrive\Desktop\weather_app_project> & C:\Users\user\AppData\Local\Python\pythoncore-3.14-64\python.exe c:/Users/user/OneDrive/Desktop/weather_app_project/weather_app.py Enter city name: bangalore choose unit(C/F):F
Weather Details: City: bangalore Temperature: 78.33 °C Humidity: 69 % Condition: light rain Wind speed:21.99 m/s