A Python-based Weather App that fetches and displays current weather information for any city using the OpenWeather API.
- Fetches current weather data for a specified city.
- Displays temperature, weather conditions, humidity, and wind speed.
- Simple command-line interface for easy interaction.
Before running the application, ensure you have the following installed:
- Python 3.x
requestslibrary (for making API calls)
You can install the requests library using pip:
pip install requests