A simple Python program that provides real-time weather data based on user-inputted city names. The program retrieves weather information from OpenWeatherMap API.
- Retrieve current weather conditions for a specified city
- Display temperature, humidity, and wind data
- Convert wind direction from degrees to cardinal directions
- Handle connection errors and invalid city names