A Conversion Tool for e-book
Project description
ebook
介绍
处理电子书的工具
安装
pip install ebooksp
功能
- 支持电子书互相转格式
- 支持将电子书转成文本
支持的电子书格式
- epub
- mobi
- azw3
- azw
使用
转换格式
import ebooksp
ebooksp.convert_format('xxx.mobi', 'xxx.epub')
转换格式(批量转换)
import ebooksp
ebooksp.convert_format_many(['xxx.mobi', 'yyy.epub'], ['xxx.epub', 'yyy.azw3'])
电子书转成文本
import ebooksp
text = ebooksp.to_text('xxx.mobi')
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
ebooksp-0.0.5.tar.gz
(6.9 kB
view details)
File details
Details for the file ebooksp-0.0.5.tar.gz
.
File metadata
- Download URL: ebooksp-0.0.5.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f1164b00285b8f75fc4ca181c015bd9d94ba3609e20d5c511657fe429d6eaef |
|
MD5 | 2c8b8a1795ab2a742e12766e0dfcb249 |
|
BLAKE2b-256 | f372da496ce3473e6637e2ef20ecad6fc2fbee04cc8288c668bbe23a8eead925 |