sakamoto 613496daf5 sync
2024-08-29 10:27:08 -04:00
🙈 update
2024-08-09 13:45:50 -05:00
2024-08-29 10:27:08 -04:00
2024-06-03 17:04:16 -05:00
2024-08-09 17:57:50 -05:00

comic2pdf

Converts comic .cbz to pdf.

How to use

Option 1

Run comic2pdf.py and use the CLI.

usage: comic2pdf.py [-h] [-src SRC] [-dest DEST] [-t] [-d]

Converts comic book zipfiles to PDF.

options:
  -h, --help        show this help message and exit
  -src SRC          location of file(s) to convert (default: None)
  -dest DEST        destination of converted files (default: None)
  -t, --trash-old   places converted cbz and cbr to the trash (default: False)
  -d, --delete-old  delete cbz and cbr that are converted (default: False)

Option 2

  • Drag-and-drop to the folder with a .cbz file format.
  • Run comic2pdf.py script.

Option 3

  • Replace variables src and dest at the last line with your own address.

Disclaimer

This script may break your computer. Use with caution.

S
Description
Converts comic .zip or .rar files to .pdf with command-line arguments.
Readme 37 KiB
Languages
Python 100%