This repo contains scripts that are helpfull in creating some specific constructions that require special handling and can be created programatically.
All of the scripts are written in python 3. For installing python on your OS please follow this instruction. While installing on windows, select add to PATH option to be able to launch python command from cmd
For some of the scripts additional libraries are used. File requirements.txt contains libraries used. For installing those run(in cmd for windows, in console for linux):
python -m pip install -r requirements.txt