https://github.com/pandasekh/bulk-pdftocbr
Simple python script to bulk convert PDFs to CBR
https://github.com/pandasekh/bulk-pdftocbr
cbr cbz comics python
Last synced: 11 days ago
JSON representation
Simple python script to bulk convert PDFs to CBR
- Host: GitHub
- URL: https://github.com/pandasekh/bulk-pdftocbr
- Owner: PandaSekh
- Created: 2020-07-03T15:45:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T16:27:44.000Z (over 5 years ago)
- Last Synced: 2025-03-04T16:48:11.523Z (8 months ago)
- Topics: cbr, cbz, comics, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk-PDFtoCBR
Simple python script to bulk convert PDFs to CBR. Built for personal use, but uploaded here in case someone else needs it.## Usage
Download the .py file and copy it into a folder with the PDFs you want to convert. The script won't look for PDFs into subdirectories, but only into the current dir.
Open the terminal and run the script. No configuration needed.
The script will also convert all CBZ to CBR for consistency.## Dependencies
[ImageMagick](https://imagemagick.org/index.php) needs to be installed.