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 details)
File details
Details for the file easyepub-0.0.8.tar.gz.
File metadata
- Download URL: easyepub-0.0.8.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62b91dab9329ba174c8d81bfb0ae15b3ff89c17584a92830d407bed7cad618cc
|
|
| MD5 |
1fb74aef824264fdf147eb36c0341183
|
|
| BLAKE2b-256 |
20605aa93a40e08849ecda2cfca4e882ce840dcf35f93dbab20cd77eb0ae424d
|