PathOfBuilding-Python icon indicating copy to clipboard operation
PathOfBuilding-Python copied to clipboard

WIP Python port of Path of Building

Results 6 PathOfBuilding-Python issues
Sort by recently updated
recently updated
newest added

base implemenation of some classes following code_structures.md

As a fan of Python and PoB, I was interested to scroll by this project. If you are looking for contributions, a blurb in the documentation about what this project...

This is a start of a basic best-RNG-initalizing and scaling from a worker-pool model simulator skeleton.

A basic Tree Data Container that parses Path of Exile's Tree Data from [data.json](https://github.com/grindinggear/skilltree-export/blob/master/data.json). - currently only provides parsing for `nodes` and `groups` and builds a graph of the tree...