Skip to content

Epub generator for Artificial Intelligence - foundations of computational agents

Notifications You must be signed in to change notification settings

Bystroushaak/Artificial-Intelligence-epub

Repository files navigation

About

Scripts included in this project will allow you to create epub version of the Artificial Intelligence - foundations of computational agents website.

Requirements

This script was tested under Linux Mint 17, which is based on Ubuntu 14.04.

To run this script, you will need to install calibre package from you repositories. It will also require pydhtmlparser and httpkie python packages, which can be installed using pip command.

To install all required packages, run:

sudo apt-get install calibre python-pip

and:

sudo pip install pydhtmlparser httpkie

You can also run the create_book.sh script and install all packages interactively.

How to

To create the epub file, open project directory in your terminal and run:

./create_book.sh

This command will download all informations from book's website and create epub version. This may take a while, depending on speed of your internet connection.

Note

This repository doesn't contain any content published at the book's website. Book is published under Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 Canada License, which allows you to "Share — copy and redistribute the material in any medium or format", which is exactly what this convertor does.

Note 2

ISBN is from .pdf version of the book, which you can find if you gonna try hard enough. It is probably wrong, but better than nothing.

About

Epub generator for Artificial Intelligence - foundations of computational agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published