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.
|
3 years ago | |
---|---|---|
ninetailed | 7 years ago | |
venv | 3 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 3 years ago | |
main.py | 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