Current Location Weather
Get current weather conditions using IP-based geolocation or a specified location.
Quick Start
Run the weather script to get current conditions:
python scripts/get_weather.py
Usage Options
Auto-detect location (default)
python scripts/get_weather.py
Specify a location
python scripts/get_weather.py --location "Tokyo, Japan"
python scripts/get_weather.py -l "New York"
Get JSON output (for programmatic use)
[Description truncada. Veja o README completo no GitHub.]