scratch2python
scratch2python copied to clipboard
Scratch2Python allows you to run Scratch projects in Python
Place the sprite images (costumes) on a transparent image the size of the stage. This should allow easier rotation centre handling. Additionally, images should be optionally scaled to allow for...
Blocks should be modularised and split into separate plugins.
Support Scratch blocks. More will be added when these are about to be finished. Note: Rotation is rendered but blocks using it are not supported, so no linked issue. -...
Make a GUI. I'm going to use GTK+ 3 and bundle it on Windows (with an aproppiate theme).  (Glade mockup)
Comment here to get added to the contributors list. The comment should be similar to this: ``` @all-contributors add @yourself for ``` For \, you will most likely use one...
When a sprite has both SVG and PNG costumes, it moves on setCostume() when changing to the other format
Scratch2Python should render [these fonts](https://github.com/LLK/scratch-render-fonts/tree/master/src) in SVGs. Note that they have generic names in the Scratch project editor and in the SVGs (Noto Sans Medium is "Sans Serif", Source Serif...
The method Scratch uses for up/down arrow key detection triggers on scroll events. Some projects tell the user to use the scroll wheel.