Free Python decompiler that is not an online service?
- by Readonly
Is there a library or application that can decompile Python 2.4+ bytecode to obtain the source code?
A search revealed:
http://depython.net - an online service that you need to upload a pyc or pyo file to
the dis module - allows you to disassemble, but not decompile bytecode
decompile.py - works only for 1.5.2 or 2.0
decompyle - an decompiling online service that you need to pay for and upload your pyc to