A Conversion Tool for EPUB
Project description
epubs
介绍
解析epub的工具
安装
pip install epubs
使用
epub 转 html
import epubs
epubs.to_html('xxxxx.epub', save_path='./xxxxx')
epub 转 text
import epubs
text = epubs.to_text('xxxxx.epub')
print(text)
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
epubs-0.0.5.tar.gz
(6.7 kB
view details)
File details
Details for the file epubs-0.0.5.tar.gz
.
File metadata
- Download URL: epubs-0.0.5.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8354ca280e39d577d33db3b4396741f0d64a6a13a06d58c9531bd4df933ee127 |
|
MD5 | 408b94aac2c706e57fdef30a3cdcceb5 |
|
BLAKE2b-256 | 15204fab104e6ac8b0d2e01feb86a4340599838f014d00e0ada30eb3ef37b176 |