*fh-docx* is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.
Project description
fhdocx
本项目在python-docx基础上,做了一些调整,具体如下:
- 增加word文档的图表功能
- 重新打包为 fhdocx
以下为 python-docx 库的概述
python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.
Installation
pip install python-docx
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fhdocx-0.1.7.tar.gz.
File metadata
- Download URL: fhdocx-0.1.7.tar.gz
- Upload date:
- Size: 202.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.0 CPython/3.13.11 Linux/4.4.302+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3b8bf50b6080e96a8a820c7f3908a0ad5d5c4ef8aa490cc358f37000c888812
|
|
| MD5 |
2666054f01a2d2f0d5e32ad2da886ca7
|
|
| BLAKE2b-256 |
6f769a66dfa6336e226a81a5a079064562ae154c3bab9ad9f2f41787d55454e4
|
File details
Details for the file fhdocx-0.1.7-py3-none-any.whl.
File metadata
- Download URL: fhdocx-0.1.7-py3-none-any.whl
- Upload date:
- Size: 254.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.0 CPython/3.13.11 Linux/4.4.302+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
605095b4e9efdf7fadc4f46e3f33164984675a0cc6810eff07e66b833112cf25
|
|
| MD5 |
fd64337af01e787c6a7409c013cc91eb
|
|
| BLAKE2b-256 |
24eb1283d163cc61936989e00bbec5fe9ea2bc7fb2a5c0ce9140fcdaf8ca754e
|