/python-to-scratch-exstention

a python package for converting python functions to scratch extensions

Primary LanguagePythonApache License 2.0Apache-2.0

this is a python to scratch extensions module

Warning

due to the fact that theres bealy any documentation about scratch vm and me beraly knowing js theres a high liklyhood that i am wrong

documentation

to create a extension you must add all of the regular arguments except for icon and images for those you must use icon and colors dictionary. to use scratch types you must use the argtypes enum. to use scratch function type you can use a Scratch skeloton but for hilighting you can also use scratchvmrep in the package.

restrictions

only pure python code