Metadata-Version: 2.1
Name: sc8pr
Version: 2.2.1
Summary: A simple framework for new and experienced Python programmers to create animations, games, robotics simulations, and other graphics-based programs
Home-page: https://dmaccarthy.github.io/sc8pr
Author: D.G. MacCarthy
Author-email: sc8pr.py@gmail.com
License: GPLv3
Keywords: graphics animation sprite gui robotics pygame educational
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Requires-Python: <4,>=3.4
License-File: LICENSE.txt

# sc8pr

An educational programming package for [Python 3.4+](https://www.python.org). Inspired by [Scratch](https://scratch.mit.edu) and [Processing](https://www.processing.org), **sc8pr**’s aim is to make it easy for new and experienced Python programmers to create animations, games, and other graphics-based programs.

![Screenshot](https://dmaccarthy.github.io/sc8pr/img/soccer.png)

**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](http://dmaccarthy.github.io/sc8pr/).

# Installation

Latest release (2.2):
```
pip3 install sc8pr
```

Development version (2.2.x):
```
pip3 install https://github.com/dmaccarthy/sc8pr/archive/master.zip
```

See the documentation for more [detailed instructions](https://dmaccarthy.github.io/sc8pr/?inst).

# 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.
