jalexw / pdf-ripper

Use this code to get a PDF from a textbook viewer by automatically looping through your textbook and taking a screenshot of each page.
https://jalexw.github.io/pdf-ripper/
GNU General Public License v3.0
25 stars 1 forks source link

add requirements.txt #11

Closed romonwafa closed 1 year ago

romonwafa commented 1 year ago

pip install -r Requirements.txt will install the additional packages required.

jalexw commented 1 year ago

I think the "Pillow" image library is needed as a dependency as well.

I'll merge your file into a new support-pip branch, add Pillow, mention pip usage in the README, and pull it into main 🤙