Convert docx Symbol characters to unicode characters.
Project description
python-docx-symbol
Convert docx Symbol characters to unicode characters.
Installation
pip install python-docx-symbol
Example
from docx import Document
from python_docx_symbol import convert_symbol_char
doc = Document("/path/to/input.docx")
result = convert_symbol_char(doc)
print(result.converted)
print(result.unconverted)
doc.save("/path/to/output.docx")
Project details
Release history Release notifications | RSS feed
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 python_docx_symbol-0.1.0.tar.gz.
File metadata
- Download URL: python_docx_symbol-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1257930fc9a4449b5d36a3b0de9abec35220d02e061b94b9b91fab0a40af2046
|
|
| MD5 |
6e5267aefafc223f557269cc1d17fa8c
|
|
| BLAKE2b-256 |
9d119ed91bd69e322e8b4dc9db3d96b1374b0977a1cc9d8df2f14ef44693a650
|
File details
Details for the file python_docx_symbol-0.1.0-py3-none-any.whl.
File metadata
- Download URL: python_docx_symbol-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ab90928e8eb5b1f646844ed666605bbf3d48071f6928adabcc84bd72c9d365c
|
|
| MD5 |
1771d636341c788a0a2f4c36219a052a
|
|
| BLAKE2b-256 |
56c1c824b9ae5ff467073d85d821a1746f3a4d796def0bf92632982db130ab0c
|