This repository is for various calculations related to Pokemon Go mobile game. The code utilizes sql and some numpy functionalities. The latest data for the pokemon is obtained from Game Master file on PokeMiner github. Alternative Game Master files can be used if it is in the same format.
You can calculate IV/CP of pokemon, explore the database, and run simulations for raids and pvp. See examples in the Tutorial.ipynb for full details.
This is a fun project by the author to explore SQL.