Skip to content

Program to convert folders into zip files and then rename zip files into cbz to read inside ComicRack

Notifications You must be signed in to change notification settings

JamesH117/CBZMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

CBZMaker / CBZ Maker

Program to convert directories (folders) into readable comic books for ComicRack.

Program works with multiple levels of folders so only ones that need to be turned into books are converted while folders used for storage of books are not converted into books themselves.

To run as python script:

(1) Make sure latest version of Python 3 is installed

(2) Download python script

(3) Navigate using cmd line to directory containing python script

(4) Type into cmd line: python cbzmaker.py

To turn into executable file:

(1) Download python script

(2) Make sure pyinstaller is installed with command: pip install pyinstaller

(3) Navigate using cmd line to directory containing python script

(4) Run command in same directory as script file: pyinstaller --onefile cbzmaker.py

(4a) To customize icon: pyinstaller --onefile --icon=<icon_name_here>.ico cbzmaker.py

(5) Executable will be inside dist folder

About

Program to convert folders into zip files and then rename zip files into cbz to read inside ComicRack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages