Sign inSign up

bwits/pokemon-go-iv-calculator

By bwits

Updated almost 10 years ago

An IV, CP, HP, Atk, Def, calculator for Pokemon GO https://pocketmaster.surge.sh

Image
0

3.1K

bwits/pokemon-go-iv-calculator repository overview

Usage

Parse single result
  docker run -ti --rm bwits/pokemon-go-iv-calculator zubat 342 52 3000
Parse CSV file
  • Follow this format, and save it (input.csv) in current folder
name,cp,hp,stardust,level
raticate,815,74,2500
  • Run this command
  docker run -ti --rm -v $(pwd):/csv bwits/pokemon-go-iv-calculator /csv/input.csv > /path/to/output.csv
Refer

https://github.com/goatslacker/pokemon-go-iv-calculator

Tag summary

Content type

Image

Digest

Size

43.2 MB

Last updated

almost 10 years ago

docker pull bwits/pokemon-go-iv-calculator