Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 823 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 823 Bytes

cbz_auto_zipper

自动将含有图片的文件夹压缩为cbz格式

这个程序能干什么?

将含有漫画图片('.jpg', '.jpeg', '.png', '.gif', '.bmp')的文件夹压缩为Comic Book Zip(.cbz)格式,便于CDisplay、Komga等程序浏览漫画。

程序截图

如何使用

使用源代码程序

首先安装python,已经在python3.11.3上测试

拉取该repo,并且安装Python依赖项:

git clone https://github.com/bai0012/cbz_auto_zipper
cd cbz_auto_zipper
pip install -r requirements.txt 

使终端处于项目文件夹的基础上,运行

python main.py

在窗口中选择文件夹路径开始即可

(本程序在GPT 4指导下完成)