Skip to content

xpam-net/docx_templating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docx_templating

Simple python docx templating

Introduction

Simple module for replacing {{tags}} inside Microsoft Word docx documents

Prerequisites

  • Python 3
  • python-docx >= 0.8.8
  • lxml >= 2.3.2

Getting Started

Just import docxt inside you program. See example.py file.

Author

  • Andrey Luzhin

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details