A game design document markdown generator
This is based on How to Write a Game Design Document. A fun read.
Download the project, it requires Python 3.
pip install -r requirements.txt
python makeDoc.py
You will find the output file generated in the output folder specified, or by default in the output folder. Sample output is here gameDoc.md
Good luck!
I mostly made this to play with PySimpleGUI, but it seems like it would be usable!