This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Builds epub book out of Paul Graham's essays: http://paulgraham.com/articles.html | |
Author: Ola Sitarska <[email protected]> | |
Copyright: Licensed under the GPL-3 (http://www.gnu.org/licenses/gpl-3.0.html) | |
1. This script requires python-epub-library: http://code.google.com/p/python-epub-builder/ | |
2. Install python packages with "pip install thing" | |
3. The easiest way to transfer is with USB. Plug in the Kindle, then take the "Paul Graham's Essays" folder and drag it into the documents folder on Kindle. |