pokecolors

Hex colors from all of the pokemon!


License
MIT
Install
pip install pokecolors==0.5

Documentation

pokecolors

Command line utility to list the colors used in Pokemon Black/White sprites.

Example:

$ pokecolors koffing
#ffffff
#eed56a
#dedede
#d53920
#bd7bb4
...

Installation:

Installing with pip:

pip install pokecolors

Yay!

Usage Instructions:

Using pokecolors in your commandline:

pokecolors pikachu

Using pokecolors in your python program:

import pokecolors
pokecolors.get_colors("pikachu")  # returns a list of colors in (r,g,b) form

Options:

--view

Opens a browser tab to visually display colors.

pokecolors --view bulbasaur

Sources:

http://pokemondb.net/