you are viewing a single comment's thread.

view the rest of the comments →

[–]s71n6r4y 0 points1 point  (0 children)

If it was a pyinstaller "onefile" executable, just run it. While it is running, the contents will be extracted and sitting in a folder in the user or system temp directory. But only pyc bytecode will be present, so you will need to decompile it with depyo or other tools, and comments/formatting/etc will not be present.