Convert kindle and other ebooks to png and pdf file by taking screenshots and merging it into a pdf.
DEMO.mp4
pyautogui
img2pdf
pip install pyautogui
pip install img2pdf
git clone https://github.com/tamu1203/download-ebook.git
python dl_ebook.py page_num [-r REGION] [-p] [-d] [-o OUTPUT_FILE_NAME] [-l] [-i INTERVAL_TIME]
python dl_ebook.py page_num [-r REGION] [-p] [-d] [-o OUTPUT_FILE_NAME] [-l] [-i INTERVAL_TIME]
x1,y1,x2,y2 is window's coordinates
Default value: 580,0,1340,1080
Output as pdf
Delete image files
Name of the file to output
Scroll to the left
Interval time before starting the screenshot.
Default value: 10