This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import os | |
import zipfile | |
''' | |
this script is ment to turn .zip files downloaded from mangakatana.com to a serie | |
of .cbz files. The .zip files contain usually 10 chapters of a same manga stored as | |
a serie of folders. | |
''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# GIMP plugin to draw convex hulls around shapes | |
# (c) Jacques Duflos 2023 | |
# | |
# History: | |
# | |
# v0.0: 2023-xx-xx: First published version |