Recover .py files using uncompyle
If you've accidentally deleted your .py file, all is not lost. Use uncompyle to recover: git clone https://github.com/gstarnberger/uncompyle.git
cd uncompyle/
sudo ./setup.py install
uncompyler.py thank_goodness_this_exists.pyc > recovered_file.py
No comments:
Post a Comment