pogocpm2level

Easily calculate the level of a given Pokémon in Pokémon GO based on its total CP multiplier value.


Keywords
pogo, pokemon, go, cpm
License
MIT
Install
pip install pogocpm2level==1.0.1

Documentation

pogocpm2level Build status PyPI version

pogocpm2level makes it easy to calculate the level of a Pokémon in Pokémon GO based on its total CP multiplier value (i.e. the sum of its cp_multiplier and its additional_cp_multiplier, if any).

Installation

Using pip:

$ pip install pogocpm2level

Usage

from pogocpm2level import cpm2level

level = cpm2level(0.491)
print level
# → 13.5

Author

twitter/mathias
Mathias Bynens

License

pogocpm2level is available under the MIT license.