Description
HWP 파일 내 텍스트를 문자열 형태로 추출해주는 파이썬 라이브러리입니다. (HWPX 내 문자열 치환도 지원)
Developed by
- Suh Seungwan(Yumeta lab)
Thanks to
- Faith6
사용법
HWP 파일
import gethwp
hwp = gethwp.read_hwp('test.hwp')
print(hwp)
HWPX 파일
import gethwp
hwp = gethwp.read_hwpx('test.hwpx')
print(hwp)
HWPX 파일 내 텍스트 치환
HWPX 파일만 가능합니다.
import gethwp
gethwp.change_word('test.hwpx','test_output.hwpx','Find Text','Replace Text')
Release files for gethwp 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gethwp-1.1.1.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gethwp-1.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / gethwp-1.1.1.tar.gz
| Download URL | gethwp-1.1.1.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c736ffe4db8b8dd711f258364b8c09170a7fc993f9d0241bcc9a51831d11e54d
|
|
BLAKE2b-256 checksum How to use checksums |
484e4ab7afb8d131937e641c0a6ec6fe362ccf8173f255a37a40241aa5381e6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|
Release files / gethwp-1.1.1-py3-none-any.whl
| Download URL | gethwp-1.1.1-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
67ce0206c23ea52df7a80b9235d50138ae786de8b83f087a8b7c9deecaff8d71
|
|
BLAKE2b-256 checksum How to use checksums |
1edf3db50a00bb56e925126df5a8330ec434585750faffdcd8f167e6bf2d38da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|