Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 607 Bytes

File metadata and controls

21 lines (13 loc) · 607 Bytes

English | 简体中文

Sprite Splitter GUI

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.

Usage

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.