/wthr

A minimal, cross-platform weather CLI tool

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

wthr

A minimal, cross-platform weather CLI tool. This program is meant to be extremely simple, fast, and lightweight.

Install

Clone this repository. Install requirements.txt

Running

Fetch the current weather at your current location

python3 main.py

Fetch the weather for the next 12 hours at your current location

python3 main.py -f

Save a city, so that you can view in the future

python3 main.py -s

Fetch the weather of a city that you have saved before

python3 main.py -l NewYork