Skip to content

Extract directory of HTML files from Epub file to view in the browser. Package available on PyPi.

License

Notifications You must be signed in to change notification settings

casperlehmann/html-from-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML from Epub

Extract html library from .epub file.

Install

$ pip install html_from_epub

Use

Command line tool script will install along with Python package.

$ html-from-epub path_to_file.epub

Use in code:

>>> from html_from_epub import convert
>>> convert('path_to_file.epub')

Contribute

Go ahead:

$ git clone https://github.com/casperlehmann/html_from_epub.git
$ cd html_from_epub
$ pip install -r requirements.txt

About

Extract directory of HTML files from Epub file to view in the browser. Package available on PyPi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages