Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Updated Fork of python-docx that works with SimplifyDOCX by adding changes from https://github.com/jdthorpe/python-docx

License

Notifications You must be signed in to change notification settings

dalmia/python-docx

Open more actions menu
 
 

Repository files navigation

python-docx

python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.

This fork has been updated with these changes to make python-docx compatible with Simplify-Docx.

Installation

Install directly from git::

pip install git+https://github.com/dalmia/python-docx.git

Or you can install locally after cloning the repository:

git clone git@github.com:dalmia/python-docx.git
cd python-docx
pip install .

Example

>>> from docx import Document

>>> document = Document()
>>> document.add_paragraph("It was a dark and stormy night.")
<docx.text.paragraph.Paragraph object at 0x10f19e760>
>>> document.save("dark-and-stormy.docx")

>>> document = Document("dark-and-stormy.docx")
>>> document.paragraphs[0].text
'It was a dark and stormy night.'

More information is available in the python-docx documentation

About

Updated Fork of python-docx that works with SimplifyDOCX by adding changes from https://github.com/jdthorpe/python-docx

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.1%
  • Gherkin 6.8%
  • Makefile 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.