Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 494 Bytes

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