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

Uploaded Source

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