No project description provided
Project description
fhit library
本项目在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
fhit-0.1.0.tar.gz
(1.1 kB
view details)
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
fhit-0.1.0-py3-none-any.whl
(1.5 kB
view details)
File details
Details for the file fhit-0.1.0.tar.gz.
File metadata
- Download URL: fhit-0.1.0.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.11 Linux/4.4.302+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed7a2530731e454534b63584e33fab4f9739a0303607cf332bba1fc85d91db08
|
|
| MD5 |
3f79b23d679892a83d3df11a8dc244bd
|
|
| BLAKE2b-256 |
6a11e899e16e180324eaafc930d056505c39a30aea7775aca77652ac7de8ef8e
|
File details
Details for the file fhit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fhit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.11 Linux/4.4.302+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0708b1ca41a8fe605cc4e89f5006a069730d15287fd1ce1a6ac06921737ab58e
|
|
| MD5 |
71d8ed0b61f55d32e6ea82d7b8120c36
|
|
| BLAKE2b-256 |
4c97af42f8c01bb23a6944ce6449e19edaf4633c209e740f3e41aeadf2d3b1a7
|