pogopowerupcost

Easily calculate how much stardust and candy it takes to power-up a Pokémon from level `a` to level `b` in Pokémon GO.


Keywords
pogo, pokemon, go, stardust, candy
License
MIT
Install
pip install pogopowerupcost==1.0.2

Documentation

pogopowerupcost Build status PyPI version

pogopowerupcost makes it easy to calculate how much stardust and candy it takes to power-up a Pokémon from level a to level b in Pokémon GO.

Installation

Using pip:

$ pip install pogopowerupcost

Usage

from pogopowerupcost import calculate_powerup_cost

cost = calculate_powerup_cost(4.5, 20)
print(cost)
# → {'stardust': 43000, 'candy': 49}

Author

twitter/mathias
Mathias Bynens

License

pogopowerupcost is available under the MIT license.