A program to track, deduplicate, and pack sprites for use with CustomKnight (a Hollow Knight skin customization mod)
Inspired by SpritePacker by MageGi
- Go to the releases to find the latest version.
Visit the wiki for a written tutorial.
- This project is built using Python 3.12.
- To run the project, just download the source code, install the dependencies UV and run main.py.
uv sync
To package the project, use the following nuitka commands: (they are platform specific)
.\.venv\Scripts\python.exe -m nuitka --standalone --output-dir=../output --main=./main.py --output-filename="CustomKnight Creator" --windows-icon-from-ico=./resources/SheoIcon.ico --include-data-dir=./resources=resources --enable-plugin=pyside6 --windows-console-mode=disable
If you have any problems, feel free to open an issue on this GitHub.
littlepiggeon(cmot17)
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details
THANKS TO cmot17!!!
