Skip to content

Library for easier translating book pages in png.

License

Notifications You must be signed in to change notification settings

kesha1225/EasyEpub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyEpub

Library for easier translating book pages in png.

Installation:

Download library using pip
$ pip3 install easyepub

Usage example:

Install and 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-for-save/cover.png")
Retrieving book chapters
easy.get_content("path-to-directory-for-save")

🤝 Contributing

About

Library for easier translating book pages in png.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%