A Linux/Unix terminal weather client written in Python 3.
- Show forecast for 1 to 5 days
- Nice ASCII art icons
- Displayed info (metric or imperial units):
- Temperature
- Windspeed and direction
- Probability of Precipitation
- Humidity
##Usage To ensure the correct display, please run in the full screen mode.
Input format:
~/weather/src$ python weather.py [CITY]
or
~/weather/src$ python weather.py [US ZIPCODE]
##References
- wego : A weather client for the terminal written in GO
- weather_py: A similar weather app written in Python 2