WeatherDash is a simple Python tool that displays current weather information and a short forecast for any city, using the OpenWeatherMap API. The script outputs temperature, humidity, wind speed, and conditions with emojis to make the data more fun to read.
- Current weather data for any city
- Weather conditions displayed with icons (☀️, 🌧️, ❄️, etc.)
- Temperature, humidity, and wind speed
- Colorized console output (optional)
- Simple web version with Flask (optional)
- Clone the repository:
git clone https://github.com/yourusername/WeatherDash.git