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
Installs
1
First Seen
Jul 11, 2026
docxtpl from skills.volces.com