Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
PyPI

python-docx 1.2.0

pip install python-docx

Latest version

Released:

Create, read, and update Microsoft Word .docx files.

Verified details

These details have beenverified by PyPI
Maintainers
Avatar for scanny from gravatar.comscanny

Unverified details

These details havenot been verified by PyPI
Project links
Meta
  • License: MIT License (MIT)
  • Author:Steve Canny
  • Tags docx, office, openxml, word
  • Requires: Python >=3.9

Project description

python-docx

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

Installation

pip install python-docx

Example

>>>fromdocximportDocument>>>document=Document()>>>document.add_paragraph("It was a dark and stormy night.")<docx.text.paragraph.Paragraphobjectat0x10f19e760>>>>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 thepython-docx documentation

Project details

Verified details

These details have beenverified by PyPI
Maintainers
Avatar for scanny from gravatar.comscanny

Unverified details

These details havenot been verified by PyPI
Project links
Meta
  • License: MIT License (MIT)
  • Author:Steve Canny
  • Tags docx, office, openxml, word
  • Requires: Python >=3.9

Release historyRelease notifications |RSS feed

Download files

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

Source Distribution

python_docx-1.2.0.tar.gz (5.7 MBview details)

UploadedSource

Built Distribution

python_docx-1.2.0-py3-none-any.whl (253.0 kBview details)

UploadedPython 3

File details

Details for the filepython_docx-1.2.0.tar.gz.

File metadata

  • Download URL:python_docx-1.2.0.tar.gz
  • Upload date:
  • Size: 5.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for python_docx-1.2.0.tar.gz
AlgorithmHash digest
SHA2567bc9d7b7d8a69c9c02ca09216118c86552704edc23bac179283f2e38f86220ce
MD533e6052d6583dcb0092d0c80057354aa
BLAKE2b-256a9f7eddfe33871520adab45aaa1a71f0402a2252050c14c7e3009446c8f4701c

See more details on using hashes here.

File details

Details for the filepython_docx-1.2.0-py3-none-any.whl.

File metadata

  • Download URL:python_docx-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 253.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for python_docx-1.2.0-py3-none-any.whl
AlgorithmHash digest
SHA2563fd478f3250fbbbfd3b94fe1e985955737c145627498896a8a6bf81f4baf66c7
MD5f0e72a7afdf7947db39802e23b22dc13
BLAKE2b-256d0001e03a4989fa5795da308cd774f05b704ace555a70f9bf9d3be057b680bcf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security SponsorDatadog MonitoringFastly CDNGoogle Download AnalyticsPingdom MonitoringSentry Error loggingStatusPage Status page

[8]ページ先頭

©2009-2025 Movatter.jp