Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Weather CLI

A command line tool for retrieving weather data from the api.openweathermap.org server. The website provides current detailed weather data about a long list of cities around the world. The command line offers easy retrieval of these data.

Use

Help

The scripts provides a help argument in order to display the arguments (required and optional) and to explain what is each one used for.

python weather_cli/weather_cli.py --help

weather_cli_help

Example

For executing the script, just run it as a normal python script, followed by the name of the city (positional argument) and the other optional arguments.

python weather_cli/weather_cli.py tokyo --verbose --unit metric

weather_cli_example

More features will be added soon.


Main author: Chems Eddine Senoussi