https://github.com/aspizu/sb2gs
Convert Scratch Projects (.sb3) into Goboscript Projects (.gs)
https://github.com/aspizu/sb2gs
goboscript
Last synced: 9 months ago
JSON representation
Convert Scratch Projects (.sb3) into Goboscript Projects (.gs)
- Host: GitHub
- URL: https://github.com/aspizu/sb2gs
- Owner: aspizu
- Created: 2023-01-06T19:03:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-25T17:04:59.000Z (10 months ago)
- Last Synced: 2025-08-25T19:09:46.868Z (10 months ago)
- Topics: goboscript
- Language: Python
- Homepage:
- Size: 8.68 MB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
If you installed goboscript using the auto-install script, then sb2gs should be already installed.
Install uv and run.
```shell
uv tool install git+https://github.com/aspizu/sb2gs
```
## Usage
```
usage: sb2gs [-h] [--overwrite] [--verify] input [output]
positional arguments:
input
output
options:
-h, --help show this help message and exit
--overwrite
--verify Invoke goboscript to verify that the decompiled code is valid. This does not indicate that the decompiled code
is equivalent to the original.
```