Create custom MacOS folder images.
To install the required dependencies of the script, navigate to the root directory of the project and run the following command:
pip install -r requirements.txt
Here is a list of script commands:
image_path: The path to the png image.
-o/--output
: Optional output path (default is image_path).
-f/--fill
: Optional color fill parameter. If false, the folder color will only be applied as "highlight".
-p/--padding
: Optional image padding parameter (default is 45).
python custom-folder.py [image_path] [-o output_path] [-f] [-p padding]
python custom-folder.py ~/myimage.png -o ~/custom_folders -f -p 50