File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+
1
2
![ Logo] ( s2p.svg )
2
3
# Scratch2Python
3
4
Scratch2Python is a Python program that converts Scratch projects to Pygame code.
@@ -31,4 +32,8 @@ The files in the project are:
31
32
Always use ` mixedCase ` (first letter is always lowercase) for variable and function names.
32
33
Use ` Uppercase ` for class names.
33
34
34
- Note: Use underscores if the name may become unclear. For example: use ` sb3_unpack ` instead of ` sb3Unpack `
35
+ Note: Use underscores if the name may become unclear. For example: use ` sb3_unpack ` instead of ` sb3Unpack `
36
+ ## How to use
37
+ Assuming that you installed all necessary requirements, place your sb3 files in the scratch2python folder where main.py is located.
38
+ Then, change the projectToLoad variable to your project file.
39
+ Now, just run ` python3 main.py ` and the project will start!
You can’t perform that action at this time.
0 commit comments