APU is a lightweight Python framework built on top of pygame-ce to speed up 2D game development. It provides simple utilities for sprite management and animation, scene handling, collisions, camera movement, asset loading, and more—so you can focus on gameplay rather than boilerplate.
Full guides, API reference, and examples are available in the project documentation: APU Docs
Released under the GNU General Public License v3 (GPLv3). See LICENSE for details.