Skip to content

The Installation of Scratch script

this file will be a file to help you with the installation of scratch script

git clone https://github.com/vortech11/Comp-to-Scratch.git

From there you need to make sure you have python installed.

py --version

You can now compile .scratch files by running:

py "Comp-to-Scratch-path/main.py" "fileName"

This should result in an build folder being created in the directory of the .scratch file

Ability to run with a button

You can use vscode extensions such as "Code Runner" to add a button to .scratch files and make them run the command