Neofetch/pfetch, but for weather
-
Information about the weather outside:
- Weather condition
- Temperature
- Humidity
- Pressure
- Wind
- Sunrise-sunset time
-
Cool logo for each weather condition
-
Ability to choose logos
-
See weather at different places
Python3
Any unix system (linux, mac, bsd, etc.)
git clone "https://github.com/Gcat101/Wfetch.git"; cd ./Wfetch; sudo ./install.sh
sudo curl -s https://raw.githubusercontent.com/Gcat101/Wfetch/master/install.sh | sudo bash -s
- Go to OWM and click "api"
- Sign up
- Click "api keys"
- Create an api key
- Add
export WEATHER_CLI_API=(your api key)
to your ~/.bashrc - You're ready to go!
Get the weather at your current location:
wfetch
Specify the ascii logo:
wfetch --ascii="mist"
Get the weather from a different location:
wfetch --place="London, UK"
Get the weather from a different location by ID:
wfetch --place=4674006
Get pressure in HPa units:
wfetch --hpa
Get the manual:
wfetch --help