/pokedex-cli

Command-line interface for a quick Pokédex reference.

Primary LanguagePython

Pokédex CLI

The Pocket Monster Index, now in your terminal!

Installation

pip install "git+https://github.com/Tenchi2xh/pokedex-cli.git@v0.1.4#egg=pokedex-cli"

For the best output quality, please adjust the vertical line spacing in your terminal emulator until the block characters connect.

Usage

$ pokedex --help
Usage: main.py [OPTIONS] POKEMON

  Command-line interface for a quick Pokédex reference.

  Positional argument POKEMON can be either an id or a name, which has to be
  specified in the configured language.

Options:
  -s, --shiny                     Show shiny version of the Pokémon.
  -m, --mega                      Show Mega Evolution(s) if available.
  -l, --language LANGUAGE         Pokédex language to use.
  -pv, --pokedex-version VERSION  Pokédex version to use.
  -f, --format FORMAT             Output format (can be card, json, simple,
                                  line, page).
  --help                          Show this message and exit.

Screenshots

screen shot 2016-07-18 at 21 58 44

screen shot 2016-07-18 at 22 01 08

screen shot 2016-07-18 at 22 03 53

Acknowledgments

Pokémon © 2002-2016 Pokémon. © 1995-2016 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo.

No copyright or trademark infringement is intended in using Pokémon content in this project.