installing python-docx and creating empty test document python -m pip install python-docx from docx import Document doc = Document () doc. core_properties. keywords = "keywords; works; fine" doc. save ...
docxtpl 1.7 demo is not working on python 2.7 #5 Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.