A Python GUI application for creating VERTICAL sprite sheets from PNG sequences.

- Creates sprite sheets with proper spacing and alignment
- Handles any number of PNG images
- Preserves transparency
- Simple and intuitive GUI
- Install Python 3.8+
- Install required packages:
pip install pillow
- Run the script:
python SeqSprite.py
- Select folder containing PNG sequence
- Choose output location
- Sprite sheet will be created with proper spacing and alignment
- Python 3.8+
- Pillow library
- All PNG images must be the same size
- Output sprite sheet will be saved as PNG