You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-55
Original file line number
Diff line number
Diff line change
@@ -18,34 +18,6 @@ If you think this tool is helpful to you, please click star to follow, thank you
18
18
19
19
If you encounter problems during use, please submit ISSUE
20
20
21
-
## Refer to
22
-
23
-
The crawler part has some code references from
24
-
25
-
-[ComicBook](https://github.com/lossme/ComicBook) by lossme (but doesn't seem to be maintained anymore)
26
-
-[ComicCrawler](https://github.com/eight04/ComicCrawler) by eight04
27
-
-[manhuagui-dlr](https://github.com/HSSLC/manhuagui-dlr) for HSSLC
28
-
29
-
Learn Python from Luo Hao's [Python - 100 days from novice to master](https://github.com/jackfrued/Python-100-Days) (still not finished yet😅 still a novice)
30
-
31
-
PyQt5 learned from buzzing [this year is still not enough money to buy psQQ, let's use PyQt to write one by ourselves](https://www.wongwonggoods.com/category/portfolio/13th_ironman/)
32
-
33
-
QSS dark theme refers to [QSS-Skin-Builder](https://github.com/satchelwu/QSS-Skin-Builder) of Schoolbag
34
-
35
-
Some icons are from [Icons8](https://icons8.com/icon/set/show/ios-glyphs)
@@ -57,23 +29,20 @@ Some icons are from [Icons8](https://icons8.com/icon/set/show/ios-glyphs)
57
29
-[x] Batch processing of pictures (such as changing contrast, brightness, sharpness, color, supporting Real-CUGAN AI enhancement, which is helpful for older comics)
58
30
-[x] Batch cropping of pictures (supports the integrated cropping of common Japanese manga covers, 2-page integrated cropping, semi-automatic fine-tuning, convenient for e-book readers)
59
31
-[x] Compression tool: support to generate cbz, epub, pdf, zip, docx (multiple chapters can be combined into one file)
60
-
-[x] Reader, supports multi-level subdirectory diversity / CBZ / ZIP / PDF, can set different number of pages, reading order from left to right or right to left, picture ratio, reading method: page or full page Vertical (convenient for Korean comics), support bookmark reading progress, full screen reading
61
-
62
-
## Install / upgrade steps
63
-
64
-
Personally developed in Python 3.9 in Windows 11, here is the reference
65
-
66
-
### Install Python
32
+
-[x] Reader, supports multi-level subdirectory diversity / CBZ / ZIP / PDF, can set different number of pages, reading order from left to right or right to left, page ratio, reading method: page or full page Vertical (convenient for Korean comics), support bookmark reading progress, full screen reading
@@ -135,29 +110,33 @@ The conversion tool destination folder is suggested to be different from the sou
135
110
136
111
## Notes
137
112
138
-
It's okay to take the program casually, but please don't take it as your own, thank you!
113
+
It is only for academic research and exchange, respect copyright, please support genuine, and resources downloaded or generated through this tool ** are prohibited from spreading and sharing! It is forbidden to use this project for commercial activities! **
139
114
140
-
It is only for academic research and exchange, respect copyright, please support genuine, and resources downloaded or generated through this tool** are prohibited from spreading and sharing! It is forbidden to use this project for commercial activities! **
115
+
## Installation
141
116
142
-
## At the end
117
+
View [Installation](readmes/installation.md)
143
118
144
-
Because it is a work that is half-studied and half-written, there must still be many deficiencies. There must be bugs, and there may be quite a few. Welcome to submit issues. Because it is a personal free work, the response to corrections is relatively slow.
119
+
## Changelog
145
120
146
-
~~Want to add Proxy support, but I couldn't find a good free Proxy online~~ (I used the locally installed proxy test in the end)
121
+
View [Changelog](readmes/change_log.md)
147
122
148
-
~~In addition, if you have time, tidy up the code, such as useless imports, requirements and the like~~
123
+
## Refer to
149
124
150
-
## Feelings
125
+
The crawler part has some code references from
126
+
127
+
-[ComicBook](https://github.com/lossme/ComicBook) by lossme (but doesn't seem to be maintained anymore)
128
+
-[ComicCrawler](https://github.com/eight04/ComicCrawler) by eight04
129
+
-[manhuagui-dlr](https://github.com/HSSLC/manhuagui-dlr) by HSSLC
151
130
152
-
Python is easy to get started, but difficult to advance 😅
131
+
Dialog detection [ComicVision](https://github.com/jemsbhai/comicvision/blob/master/Comic%20Vision.ipynb) by Muntaser Syed
153
132
154
-
QtDesigner is really useful
133
+
Learn Python from Luo Hao's [Python - 100 days from novice to master](https://github.com/jackfrued/Python-100-Days) (still not finished yet😅 still a novice)
155
134
156
-
OpenCV should be faster than Pillow, but a lot of sin, cos, and tan are difficult to use for those who have passed junior high school for many years!
135
+
PyQt5 learned from buzzing [this year is still not enough money to buy psQQ, let's use PyQt to write one by ourselves](https://www.wongwonggoods.com/category/portfolio/13th_ironman/)
157
136
158
-
## Changelog
137
+
QSS dark theme refers to [QSS-Skin-Builder](https://github.com/satchelwu/QSS-Skin-Builder) of Schoolbag
159
138
160
-
View [Changelog](readmes/change_log.md)
139
+
Some icons are from [Icons8](https://icons8.com/icon/set/show/ios-glyphs)
0 commit comments