package documentation

This is the documentation for the ScratchyPy library. I suggest looking at the `sprite` and `stage` modules first!

Module color Common named colors
Module eventcallback Contains the EventCallback class for seamlessly encapsulating many different types of callback strategies.
Module image Contains functions for loading image files. The file types it supports are the same as what pygame.image supports.
Module sound #TODO
Module sprite Contains the Sprite class, the base of all sprites on a stage, as well as several other specialized subclasses.
Module stage Contains the Stage class used as a canvas to draw Sprites upon.
Module text Helpers for rendering text. Rarely needed to be used directly.
Module util Misc. utility functions.
Module version Undocumented
Module window Contains the top-level Window and global execution environment.