Home

Awesome

sc8pr

An educational programming package for Python 3. Inspired by Scratch and Processing, sc8pr’s aim is to make it easy for new and experienced Python programmers to create animations, games, and other graphics-based programs.

Screenshot

sc8pr 3 features include:

For more information, please see the tutorial and reference.

Installation

Latest stable release (3.0) including extras with additional dependencies:

pip3 install sc8prx

Latest stable release (3.0), core features that depend only on pygame:

pip3 install sc8pr

Alternatively, you can download sc8pr from GitHub and run it from the source code. Ensure that pygame 2 is installed!

See the documentation for more detailed instructions.