GithubHelp home page GithubHelp logo

pkgo-py's Introduction

pkgo-py

A set of Python Pokemon Go tools.

ivcalc.py

Usage: ivcalc.py <input.txt>

Frontend for for the appraisal library, which is capable of estimating Pokemon level and IVs from the visible stats, similar to most IV calculators. Takes a text file containing lines matching the following format:

<species> <cp> <hp> <power up cost (in 100s)> <overall appraisal> <highest stat appraisal> <highest stat type> <(optional) hatched/powered>

cpcalc.py

Usage: cpcalc.py <input.txt>

Frontend for the CP calculation library. Given a Pokemon species, target level, and IVs, calculates its potential CP. Similar to Gamepress' CP calculator, but does not calculate power-up cost (see calcCost.py). Takes a text file containing lines matching the following format:

<level> <species> <STA IV> <ATK IV> <DEF IV>

calcCost.py

Usage: calcCost.py <start level> <end level>

Similar to Gamepress' CP calculator, calculates the stardust and candy cost associated with powering up a Pokemon from a given start level to a target level.

catchCalc.py

Usage: catchCalc.py <species name or catch rate> <Pokemon level> <throw bonus> <ball type> <berry type> <curve ball> <medal type> <ball count> <allow flee>

Similar to Gamepress' catch calculator and raid catch calculator, determines the catch chances of a given Pokemon. If allow flee is True, behaves like the catch calculator--otherwise, behaves like the raid catch calculator.

pinap.py

Usage: pinap.py <species name or catch rate> <Pokemon level> <throw bonus> <curve ball> <medal type> <ball count> <will transfer>

Given a raid scenario, determine on which ball you should switch to throwing Golden Razz in order to maximize your expected candy returns.

pkgo-py's People

Contributors

6-lasers avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.