Skip to content

Instantly share code, notes, and snippets.

View alexshevchuk's full-sized avatar

Alexandr Shevchuk alexshevchuk

View GitHub Profile
@alexshevchuk
alexshevchuk / pgessays.py
Created January 6, 2021 20:13 — forked from olasitarska/pgessays.py
Builds epub book out of Paul Graham's essays.
# -*- coding: utf-8 -*-
"""
Builds epub book out of Paul Graham's essays: http://paulgraham.com/articles.html
Author: Ola Sitarska <ola@sitarska.com>
Copyright: Licensed under the GPL-3 (http://www.gnu.org/licenses/gpl-3.0.html)
This script requires python-epub-library: http://code.google.com/p/python-epub-builder/
"""