A openweathermap command line program in Python.
Project description
A command line application for displaying weather details, written in Python.
Getting Started
Prerequisites
Installing
Openweathermap-cli is on PyPi so it can be installed with pip.
$ pip install openweathermap-cli
To upgrade use the -U flag.
$ pip install -U openweathermap-cli
Adding your API key
To begin you will need to add your API key. If you do not have an API key you can get one free from Open Weather Map.
$ weather api YOUR00API00KEY00GOES00HERE
Using openweathermap-cli
Usage:
weather
weather week
weather -h | --help
weather --version
Get today’s weather forecast
$ weather
Get the week’s weather forecast
$ weather week
Example
Get today’s weather details
$ weather
+-----------------------+------------+
| City of Westminster | |
|-----------------------+------------|
| Temperature | 10.45 |
| Temp Max | 12.0 |
| Temp Min | 9.0 |
| Summary | Rain |
| Detail | light rain |
| Sunrise | 07:05:26 |
| Sunset | 17:23:52 |
+-----------------------+------------+
Built With
License
This project is licensed under the MIT 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 Distribution
Built Distribution
Close
Hashes for openweathermap_cli-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77aea6ddf413536a23625132ca6be4e6c75473aa6536662e3775f60ac5f29fb0 |
|
MD5 | ea36391ead2765cc1b268370edacb74e |
|
BLAKE2b-256 | de8c6cc96c89ac7bb541884ebef62ee1f84144ea44b388adb2ea6d6fb7cde4f0 |