Useful Python and BASH CLI scripts for my personal use.
Install necessary dependencies
pip install click Pillow==10.1.0 moviepy
All scripts have their own --help
option for finding out how they're used.
chunk.py
: Chunk files into subfolders in the form ofchunk-n
. Useful for organizing a folder full of images. Works on any file not just images.merge.py
: Collates all files from folders using a specific prefix (e.g. "chunk"). The opposite of using thechunk.py
script.
To follow