Tech tree parser for Stellaris
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Terrana Ninetailed a277f23c96 Remove unnecessary loop and checks in exclusions 3 years ago
ninetailed Initial proof of concept 7 years ago
venv Add a whole load of stuff 3 years ago
.gitignore Initial proof of concept 7 years ago
LICENSE Initial commit 7 years ago
README.md Update README with new dependencies and removed todos 3 years ago
main.py Remove unnecessary loop and checks in exclusions 3 years ago

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