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.2.tar.gz
(6.9 kB
view details)
File details
Details for the file ebooksp-0.0.2.tar.gz
.
File metadata
- Download URL: ebooksp-0.0.2.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 | 44cfc8025408770a7751a8bc17019de8d26ae4f44fb4d46c24c8eb6d57198110 |
|
MD5 | 49c34cd4646169b4f1428594c6886cc8 |
|
BLAKE2b-256 | fd74890430ce3594631f7959e4cd80f18ae4c53b8821595b0659cd909a29cba1 |