Skip to content

Instantly share code, notes, and snippets.

@arthuralvim
Created January 12, 2014 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthuralvim/8389768 to your computer and use it in GitHub Desktop.
Save arthuralvim/8389768 to your computer and use it in GitHub Desktop.
I have accidentally deleted some .py untracked files. For my luck I found this project (https://github.com/wibiti/uncompyle2).
git clone git@github.com:wibiti/uncompyle2.git
cd uncompyle2/
python setup.py install
uncompyler2 thank_goodness_this_still_exists.pyc > recovered_file.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment