Python script to generate an epub file from the [online book Game Programming Patterns] (http://gameprogrammingpatterns.com/contents.html).
Warning: script made for Python 3
- Download/clone the repository and
cdinto it; pip installthe libraries specified by requirements.txt in your environment;- run
python create_epub.pyand wait patiently.
The book will be downloaded chapter by chapter and the EPUB file will be created inside a directory named epubs in the root of the repository.
Now just open it in your favorite reader and enjoy your reading!