Python: converting pyc file to source code dandelion 10 years ago sudo yum install cmake git clone https://github.com/zrax/pycdc.git cd pycdc cmake ./ make ./pycdc app.pyc > app.py