A small CLI for sending .pyc files to the Pylingual API and writing the decompiled Python output locally.
make buildThe binary is written to:
bin/pylingualDecompile one file:
pylingual sample.pycDecompile a directory recursively and write output under out/:
pylingual -o out path/to/pyc-filesUse plain line-based output for logs or scripts:
pylingual --plain -o out path/to/pyc-filesmake test
make vet
make race
make checkSee LICENSE.