worldcup18

A simple CLI to stay up to date with 2018 World Cup


Keywords
worldcup, cli, fifa
License
MIT
Install
pip install worldcup18==0.1.1

Documentation

worldcup18

Build Status PyPI - Python Version

A simple CLI to stay up to date with 2018 World Cup

installation

pip install worldcup18

demo

$ worldcup next
Match #5: 🇫🇷  France vs Australia 🇦🇺
When: Saturday, 16. June 2018 12:00PM
Where: Kazan

$ worldcup groups a
GROUP A                    MP GF GA PTS
---------------------------------------
Russia                      1  5  0  3
Uruguay                     1  1  0  3
Egypt                       1  0  1  0
Saudi Arabia                1  0  5  0

$ worldcup --help
Usage: worldcup.py [OPTIONS] COMMAND [ARGS]...

  CLI tool for being up to date with 2018 World Cup

Options:
  --help  Show this message and exit.

Commands:
  groups  Show group info
  next    Show nearest match info

developement

acknowledgments

World Cup data available thanks to json file from lsv fifa-worldcup-2018

Inspired by: SkullCarverCoder