[Help] How to decompile .pyc file?
When I was making my Python program and application, I delete the .py (being stupid) and now I can't get it back.
Anyone know how to decompile .pyc file?
Thanks!
I know there was a decompiler for version 2.4 or 2.5, I don't know if there's one for the newer versions. I've only heard of that one, I don't know if there's any more...
I also remember seeing a module to decompile 2.6
Not sure where, maybe on the official python module webpage.
There was a website fir it. depython or something like that.
@Bman; quit assuming that someone is trying to steal your shit.
Also, if you are trying to de-compile a .pyc and it's not your program perhaps you should learn programming and stop trying to rip someone off?
I've lost the original sources before. It happens... not because I erased it by accident of course. Anyways, why don't you try reprogramming it? Doesn't sound like something that would be too complicated.
Usually when you re-program something you make it better.