A set of docx templates to be used with python
This project has been initiated to simplify paperasse
It uses input/companies.yml as input variables and templates/<operation>/*.docx as templates file
Generate docs from templates/<operation>/*.docx
python gen_docs.py <operation>
# Exemple for liquidation :
python gen_docs.py liquidation
Convert generated docs to pdf from output/**/*.docx (NEEDS MICROSOFT WORD INSTALLED)
python convert2pdf.py
Python 3.7 + Python PIP
pip install -r requirements.txt
Set variables in input/companies.yml
See templates/<operation>/README.md for limitations
None of the contributors can be held responsible for any usage made from this project