2025-08-22 10:49:54 +02:00
2025-04-13 23:27:55 +02:00
2025-07-03 22:09:59 +02:00
2025-03-04 18:45:27 +01:00
2025-02-15 01:09:35 +01:00
2025-07-25 12:54:21 +02:00
2025-01-17 09:02:23 +01:00
2025-03-20 22:11:12 +01:00

epub2go.py

Web to ePUB Converter for projekt-gutenberg.org developed in conjunction with a web interface.

Installation

Requires:

Assuming you have a recent version of python installed, run

pip install git+https://github.com/eneller/epub2go.py

This will provide the epub2go command.

Usage

Usage: epub2go [OPTIONS] [ARGS]...

  Download ePUBs from https://www.projekt-gutenberg.org/

  Provide either 0 arguments to enter interactive mode or an arbitrary number
  of URLs to download from

Options:
  -d, --debug      Set the log level to DEBUG
  -s, --silent     Disable the progress bar
  -p, --path TEXT  The path to which files are saved
  --no-clean       Do not parse html files with blocklist
  --help           Show this message and exit.

Examples:

epub2go https://www.projekt-gutenberg.org/ibsen/solness/
epub2go # will enter interactive mode
Description
EPUB converter using wget, pandoc and python glue
Readme GPL-3.0 107 KiB
Languages
Python 100%