Tech tree parser for Stellaris
ninetailed | ||
venv | ||
.gitignore | ||
LICENSE | ||
main.py | ||
README.md |
stellaris-parser
Tech tree parser for Stellaris
At present, this is just a Python script that reads in a tech file from a hardcoded path, and prints out a dot graph description (for use in Graphviz etc.) illustrating prerequisite relationships.
Requirements:
- wand (Python lib)
- ImageMagick
To do:
- Configurable Stellaris path rather than hard-coded
- Refactor out to proper classes rather than doing almost everything in one hacky main file