Skip to content

eneller/epub2go.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epub2go.py

web to epub converter for https://projekt-gutenberg.org. Requires:

Usage

Invoke the script using the url of any page of the book you would like to download:

python convert.py https://example.com

Installation

  1. Assuming you have a recent version of Python and Pip installed, create virtual environment using
    python -m venv .venv
    
  2. Activate your new venv using
    source .venv/bin/activate
    
  3. Install the requirements for this script using
    pip install -r requirements.txt