This is a little piece of software I’ve been making in my free time. It decompiles compiled Python pyc/pyo files and restores them to their original .py format.
It’s a great tool for individuals who have lost the original .py files and only have their compiled counterparts (that’s initially why I wrote it – I lost a temporary SVN repository that had the python source files for a large project I was working on. Thankfully, I had sent someone a work-in-progress version with all of the compiled Python bytecode).
Currently, the software only supports up to Python 2.5, however I may look to extend it later down the road. File uploads are also limited to 10kb. If you have a large file you need decompiled, please contact me for a custom request.
edit: due to abuse, this tool has been removed. If you want to use it, please contact me.
Hi, where can I find it?
Unfortunately I’ve taken it off due to abuse. I’ll try to improve on it and re-add it at a later date.