AfterWeather is a stunning real-time CLI weather tracking tool that combines live meteorological data from Open-Meteo with continuous, localized Machine Learning patterns.
Rich.Clone the repository and install it locally in editable mode:
# Install dependencies and link the CLI executable locally
pip install -e .
Run AfterWeather from your terminal to begin interactive location tracking, or use the --city command option:
# View the help menu
afterweather --help
# Interactively search for any city
afterweather
# Query for a specific city directly
afterweather -c "Mumbai"
Stay safe in the weather with AfterWeather.