Skip to content

Ph-lo/custom-folder-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-folder

Create custom MacOS folder images.

Table of Contents

Installation

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

Usage

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).

You can run the python script with parameters like this:

python custom-folder.py [image_path] [-o output_path] [-f] [-p padding]

Example:

python custom-folder.py ~/myimage.png -o ~/custom_folders -f -p 50

About

Create custom MacOS folder images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages