Skip to main content

Library for easier translating book pages in png.

Project description

EasyEpub

Library for easier translating book pages in png.

Installation:

Download library using pip
$ pip3 install easyepub

Usage example:

Import the library
from easyepub import EasyEpub

easy = EasyEpub("path-to-book/book.epub")
Retrieving book metadata
for meta in easy.meta:
    print(meta)
Retrieving book cover
easy.get_cover("path-to-directory/cover.png")
Retrieving book chapters
easy.get_content("path-to-directory")

🤝 Contributing

Feel free to contribute.

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

easyepub-0.0.8.tar.gz (3.6 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