Skip to content

johnwarejunior/symmetrical-tribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symmetrical-tribble

Sprite Sheet Generator

This sprite sheet generator is coded completely in Python. The application required the following packages:

PySide: Python bindings for the Qt cross-platform application and UI framework

pip install PySide6

Pillow: The Python Imaging Library adds image processing capabilities to your Python interpreter

pip install Pillow

Core Application Functions

  • Loop through images and add them to image list
  • Create new sprite sheet
  • Loop through images
  • Resize images from the list and save to new single sprite sheet PNG

SpriteSheetGenerator

Single Image

explosion (1)

Sprite Sheet Generator Result

spriteSheet

About

Sprite Sheet Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages