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.
Release files for easyepub 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easyepub-0.0.8.tar.gz | 3.6 kB | Details |
Release files / easyepub-0.0.8.tar.gz
| Download URL | easyepub-0.0.8.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
62b91dab9329ba174c8d81bfb0ae15b3ff89c17584a92830d407bed7cad618cc
|
|
BLAKE2b-256 checksum How to use checksums |
20605aa93a40e08849ecda2cfca4e882ce840dcf35f93dbab20cd77eb0ae424d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.40.0 CPython/3.8.0
|