I have a script and i think its compiled with something like Cpython
.
I can run this script, but i want to access to source code.
Is there any way to do this?
Thanks
I have a script and i think its compiled with something like Cpython
.
I can run this script, but i want to access to source code.
Is there any way to do this?
Thanks
I think uncompyle6 will work for you. In my win7 cmd This works.
pip install uncompyle6
uncompyle6 compiled.pyc > uncompiled.py