Skip to content

feschenko/EasyEpub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library for easier translating book pages into PNG.

Topics

Resources

License

Stars

Watchers

Forks

Languages