Initial Commit
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user