Initial Commit

This commit is contained in:
Sakamoto
2024-06-03 17:04:16 -05:00
commit 70f47eb67a
3 changed files with 162 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# 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.