Skip to main content

Create, read, and update Microsoft Word .docx files. This a a fork from the orginal python-docx library that includes some not yet merged features. All credits to Steve Canny and all contributors who've created this library.

Project description

python-docx

This is a fork from the python-docx library that includes extra features provided by the open source community arounded but have not yet been added. python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.

Installation

pip install python-docx-ml6

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_docx_ml6-1.0.1-py3-none-any.whl (242.9 kB view details)

Uploaded Python 3

File details

Details for the file python_docx_ml6-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: python_docx_ml6-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 242.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for python_docx_ml6-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4e42f842295c31b18132b68bb79d253d6472ba5ed4d7231ba42ac05669583546
MD5 b982f41a9c5c6bcb1dbb442a16a7b3f8
BLAKE2b-256 dee614c0829736f0ff203bc9be3955669835d241dd82bf866c6253943b0604cc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page