Welcome to eBook Maker’s documentation!¶
eBook Maker is a GUI application that lets you to download the content from any webpage onto your system as an epub document.
Contents:
Note
This is a Windows application.
Note
Works for the following links now:
Tutorial topics in https://www.tutorialspoint.com/.
https://www.geeksforgeeks.org/c-programming-language/ and other tutorial topics in geeksforgeeks.
Usage¶
Clone the repository.
$ git clone https://sanjnamohan@git.cse.iitb.ac.in/sanjnamohan/eBookmaker.git
Note
Do not change the directory structure after cloning
Make sure you have Python and pip installed
To install Python for Windows : https://www.python.org/downloads/windows/.
To install/upgrade pip : https://pip.pypa.io/en/stable/installing/.
Go inside the folder “eBookmaker/source”.
Make sure the relevant libraries are installed:
$ pip install -r requirements.txt
Double click on epub.exe file OR run the source file using:
$ python epub.py