Skip to content

A simple framework for new and experienced Python programmers to create animations, games, and other graphics-based programs. Includes GUI controls, robotics simulator, and video recording and effects.

License

TheVinhLuong102/Sc8pr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sc8pr

An educational programming package for Python 3.4+. 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 2 features include:

  • a simple, event-driven approach to creating interactive animations
  • sprite management
  • physics-based collisions
  • video effects / transitions
  • a selection of GUI controls
  • curve plotting
  • robotics simulator

For more information, please see the tutorial and reference.

Installation

Latest release (2.2b0):

pip3 install sc8pr==2.2b0

Bug fixes for v2.1:

pip3 install https://github.com/dmaccarthy/sc8pr/archive/BugFix-2.1.zip

Development version (2.2.x):

pip3 install https://github.com/dmaccarthy/sc8pr/archive/master.zip

See the documentation for more detailed instructions.

Try It First

sc8pr is pure Python 3 code, so you can try it without running the setup. Just unzip the sc8pr package into your PYTHONPATH. You will still need pygame 1.9 or 2.0 installed for current sc8pr versions and pygame 1.9 for older versions.

About

A simple framework for new and experienced Python programmers to create animations, games, and other graphics-based programs. Includes GUI controls, robotics simulator, and video recording and effects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%