Skip to main content

A simple weather tool.

Project description

pwy

A simple weather tool.


Table of Contents

Dependencies

  • OpenWeatherMap API key
  • Python 3.8
    • requests

Installation

Pip install

Unix-like | Windows (Cygwin/WSL)

pip3 install pwy

Manual/Git install

Unix-like | Windows (Cygwin/WSL)

Download the latest pwy package here and uncompress it.

# Go to pwy directory.
cd pwy

# Install pwy.
pip3 install .

Configuration

Unix-like | Windows (Cygwin/WSL)

Before you can use pwy, you need to configure your OWM API key first. After you're through, the pwyrc (~/.config/pwyrc for Unix-like and .pwyrc for Windows) config file, containing your OWM API key will be generated. Get your OWM key by signing up.

Note: After creating your OWM API key you have to wait a couple of minutes for your API key to activate.

# Configure pwy with your OWM API key.
pwy --config XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Usage

Unix-like | Windows (Cygwin/WSL)

# 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

# To display help information.
pwy --help

Update

Unix-like | Windows (Cygwin/WSL)

pip3 install --upgrade pwy

Changelog

View Changelog.

Credits

License

This program is provided under the GPL-3.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pwy-1.4.3-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page