A visually appealing and simple command-line weather app built in Python using the Open-Meteo API. Displays current, hourly, and 3-day forecasts with emojis.
- Current weather (temp, wind, weather condition)
- Hourly forecast (next 8 hours)
- 3-day forecast
- Automatically detects your city (via IP)
You can install with pip:
pip install .
wettr --helpwettr # Show forecast for your current location
wettr --city "Berlin" # Show forecast for Berlin
wettr --f # Show temps in °F