cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
146 stars 31 forks source link

View Count : Tell how much we have to transfer #49

Closed fprovostpoulin closed 8 years ago

fprovostpoulin commented 8 years ago

It would be nice to have another column telling us how many we should transfer to optimize our candies. Lets say I have 112 candies and 20 pidgey, I'd like the app to tell me I should transfer :

floor(112/12) = 9 + 4 free 20 piedgey - 9 = 11 pidgey free if I transfer 12-4 free = 8, i can evolve evolve 1 more, So the number of pidgey I really have to transfer is 11-8 = 3 (Also, a column with how many I can evolve Considering transfers could be nice)

BeardAnnihilator commented 8 years ago

I made a pull request

BeardAnnihilator commented 8 years ago

Related to #56