/PyAdvDocx

An open source project inspired from python-docx .

Primary LanguagePythonMIT LicenseMIT

PyAdvDocx

An open source project inspired from python-docx in which more functionalities are added like advance replace and many more.

Maintenance made-with-python PyPI version

Supported OS

Linux Windows

Installing

pip3 install pyadvdocx

Use cases:

from pyadvdocx import text,Document

doc=Document("Example.docx")
text.replace(doc,$name="John Doe")
doc.save("Master work.docx")

License

Project license - MIT

Contributing

Anyone is free to contribute and pull request/fork this project.

Testing:

cd ./test
pip3 install pyadvdocx
python3 test_text.py
# Look in data dir for *_done.docx files

Changelog:

View changelog