Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 328 Bytes

Scratch-To-Python

An implementation of Scratch VM in Python using PyGame. The idea is to help kids who are familiar with Scratch to easily transition to Python.

The project is currently under prototyping stage. Implements many Scratch blocks, and executes simple Scratch projects.

python -m scratch2py run <sb3-file>