Skip to main content

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.4.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file ebooksp-0.0.4.tar.gz.

File metadata

  • Download URL: ebooksp-0.0.4.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for ebooksp-0.0.4.tar.gz
Algorithm Hash digest
SHA256 2c7b9a774b1818fe0cc4e95096a6de06466c9610d829ef7fc999ff1ed479b368
MD5 a9ac06d5abb2c2574ad489b258e2690b
BLAKE2b-256 05f424789450eae8d9957d82d6a2d9b08c22f1d2d80d7eb344f7511f44b9bd2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page