Pokemon management tool for Go using tejado's pgoapi API.
PokeIV provides an interface to manage your pokemon in Pokemon Go. Current features:
- Player information
- Batch pokemon transfering.
- Batch pokemon evolution.
- Batch renaming pokemon with configurable format.
- Lists of pokemon all pokemon indicating their IV, CP, ATK, DEF, and STA.
- Pokemon are divided into 3 lists:
- Highest IV pokemon--those above a given threshold (default 80%)
- Pokemon that can be evolved, in descending IV order (evolve the best first)
- Recommended pokemon to transfer--those which can/should not be evolved and are below threshold(s)
- Pokemon are divided into 3 lists:
- Options to set how the tool splits up and displays your pokemon.
- White/black lists to only display the pokemon you want to
- delays for transferring, evolution and renaming to avoid suspicious activity
There is now an executable distribution of PokeIV located in the 'dist' directory. This executable was built using py2exe and does not need an external Python installation to run. It was built on Windows 10 and has not been tested on other versions.
Requires Python 2/3
E.g. in Ubuntu run:
sudo apt-get install python python-tk
pip install -r requirements.txt