Scratch2py or S2py is a easy to use, versatile tool to communicate with the Scratch API Based of Scratch2py
Scratch2py or S2py is a easy to use, versatile tool to communicate with the Scratch APIBased of Scratch2py Installation Run this command in your terminal as ONE command. pip install scratch2py && pip install –force-reinstall websocket-client Usage Import scratch2py in like this: from scratch2py import Scratch2Py s2py = Scratch2Py(‘username’, ‘password’) # Imports s2py and initializes
Read more