English | 简体中文
SpriteSplitterGUI is the GUI version of the sprite-splitter library, providing a visual tool for splitting sprite sheets. It is developed based on PySide and the Image library, and the testing environment is Python 3.12.7.
First, install the required libraries listed in requirements.txt
:
pip3 install -r requirements.txt
Then, run main.py:
python3 main.py
For more details on how to use the interface, please refer to usage.md.