Skip to content

Instantly share code, notes, and snippets.

@shahril96
Created May 30, 2019 19:49
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shahril96/ae062d192037c1ed2051219b13ce319c to your computer and use it in GitHub Desktop.
Save shahril96/ae062d192037c1ed2051219b13ce319c to your computer and use it in GitHub Desktop.
Decompile all pyc files recursively under current directory
find . -name "*.pyc" -execdir uncompyle6 -o . {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment