Files
comic2pdf/README.md
T
2024-06-03 17:04:16 -05:00

30 lines
815 B
Markdown

# 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.