Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.09 KB

README.rst

File metadata and controls

39 lines (23 loc) · 1.09 KB

pymergedocx

target:https://pypi.python.org/pypi/pymergedocx

target:https://travis-ci.org/x-debug/pymergedocx

https://readthedocs.org/projects/pymergedocx/badge/?version=latest

target:
https://pymergedocx.readthedocs.io/en/latest/?badge=latest
alt:Documentation Status
python 下合并doc库,使用非常简单
merge_docx('{}/files/result.docx'.format(current_path), '{}/files/template.docx'.format(current_path),

'{}/files/template1.docx'.format(current_path), '{}/files/template2.docx'.format(current_path))

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.