WeatherCLI is a command-line tool that provides real-time weather information for any city worldwide. With WeatherCLI, users can quickly check temperature, cloud cover, visibility, air quality index, sunrise, sunset, timezone, and local time.
Download the script directly from our releases page.
- Get instant weather updates for any city worldwide.
- Includes temperature, cloud cover, visibility, air quality index, sunrise, sunset, timezone, and local time.
- Streamlined and user-friendly command-line interface.
(For android, install Termux from the F-Droid app store.)
- Clone the repository:
git clone https://github.com/anonfaded/WeatherCLI.git
- Navigate to the WeatherCLI directory:
cd WeatherCLI
- Run the script:
python3 weatherCLI.py
(Required dependencies will be automatically installed.)