Metadata-Version: 1.2
Name: sc8pr
Version: 2.2a0
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: David MacCarthy
Author-email: sc8pr.py@gmail.com
License: GPLv3
Download-URL: https://github.com/dmaccarthy/sc8pr/archive/v2.2.a0.zip
Description: 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.
        
        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
        * LaTeX rendering (using codecogs.com)
        
Keywords: graphics animation sprite gui robotics pygame educational
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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: >=3.4, <4
