Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1022 Bytes

File metadata and controls

25 lines (17 loc) · 1022 Bytes

#web2epub

web2epub is a command line tool to convert html to epub. Given a set of web pages web2epub converts them into an epub. The epub is cleaned up to remove unnecessary parts, retains images and can have an optional cover. web2epub is written in Python.

##Features

##Usage

Usage: web2epub.py [options] url1 url2 ...urln

Options:
	-t TITLE, --title=TITLE title of the epub
	-a AUTHOR, --author=AUTHOR author of the epub
	-c COVER, --cover=COVER path to cover image
	-o OUTFILE, --outfile=OUTFILE name of output file

##Credits