Tech tree parser for Stellaris
Find a file
2020-06-24 21:11:00 +01:00
ninetailed Initial proof of concept 2016-05-21 16:07:34 +01:00
venv Add a whole load of stuff 2020-06-24 21:05:33 +01:00
.gitignore Initial proof of concept 2016-05-21 16:07:34 +01:00
LICENSE Initial commit 2016-05-21 15:42:40 +01:00
main.py Remove unnecessary loop and checks in exclusions 2020-06-24 21:11:00 +01:00
README.md Update README with new dependencies and removed todos 2020-06-24 21:07:18 +01:00

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