8742883edda22629a00505675a4d5015b1798c02
epub2go.py
web to epub converter for https://projekt-gutenberg.org. Requires:
- pandoc
- wget
- python
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
- Assuming you have a recent version of Python and Pip installed, create virtual environment using
python -m venv .venv - Activate your new venv using
source .venv/bin/activate - Install the requirements for this script using
pip install -r requirements.txt
Languages
Python
100%