A CLI tool for extracting sprites from spritesheets!
- numpy
- scikit-image
- scipy
- fire
- matplotlib
- tqdm
The following will install all dependencies and create the CLI command
python setup.py install
exsprite save --filepath <path_to_sprite_sheet>
exsprite save --filepath <path_to_sprite_sheet> --group col
By default an output folder with your grouped sprites will be generated in the same directory as your spritesheet. If you'd like to set the name/location of the output folder path you can do
exsprite save --filepath <path_to_sprite_sheet> --folderpath <path_to_output_folder>