docxtpl
Installation
SKILL.md
docxtpl Skill
Use a .docx file as a Jinja2 template, then fill it with Python data at runtime.
Installation
pip install docxtpl
# For subdocuments support:
pip install "docxtpl[subdoc]"
Quick Start
from docxtpl import DocxTemplate