A Python tool to reconstruct .sb3 files from packaged TurboWarp Electron apps.
Check requirements.txt for what modules you need.
Or! Just run pip install -r requirements.txt
python main.py "[ROOT DIRECTORY FOR THE ELECTRON APP]" "[yourlocation]output.sb3"
An example would be python main.py "C:\Users\Bluey\Downloads\Project\project" "C:\Users\Bluey\Downloads\project.sb3"