Table of Contents
Dependencies
python
- 3.5 or greaterrequests
- for fetching HTTP requests
Installation
Unix-like
pip3 install pwy
Windows
pip install pwy
Usage
To display weather in your current city
pwy tokyo
You can also specify what country you are in by
pwy tokyo,jp
To display weather with specific unit of measurement. By default the unit is Metric system.
pwy tokyo --unit imperial
To display weather with specific language.
pwy tokyo --lang ja
Update
Unix-like
pip3 install --upgrade pwy
Windows
pip install --upgrade pwy
Credits
- pwy Contributors
- OpenWeatherMap - API
- wego - ASCII art
License
Made by Clint E. This program is provided under the GPL-3.0 License.