Skip to content

Commit a05a9b1

Browse files
Update README.md (#1)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update main.py * Update README.md * Update README.md * Update README.md * Update README.md * Update main.py Co-authored-by: Secret-chest <[email protected]>
1 parent 10ec108 commit a05a9b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
![Logo](s2p.svg)
23
# Scratch2Python
34
Scratch2Python is a Python program that converts Scratch projects to Pygame code.
@@ -31,4 +32,8 @@ The files in the project are:
3132
Always use `mixedCase` (first letter is always lowercase) for variable and function names.
3233
Use `Uppercase` for class names.
3334

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!

0 commit comments

Comments
 (0)