Home

Awesome

Pyinstxtractor-Go🌐

PyInstaller Extractor developed in Golang.

Runs both on desktop and on the web. The browser version is powered by GopherJS to compile Go to Javascript.

Site hosted on Netlify.

Try it out at https://pyinstxtractor-web.netlify.app/

Netlify Status

Known Limitations

See also

Compiling for Deskop

go build

Compiling for Web

GopherJS requires Go 1.18.x. For more details check https://github.com/gopherjs/gopherjs#installation-and-usage

go install github.com/gopherjs/gopherjs@v1.18.0-beta1

gopherjs build --minify --tags=gopherjs -o public/js/pyinstxtractor-go.js