/web2epub

Command line tool to convert a set of web pages to epub

Primary LanguagePython

#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