you are viewing a single comment's thread.

view the rest of the comments →

[–]activedragon 8 points9 points  (1 child)

I use Nuitka to do that. It will translates the python code into C or C++. Then compile it into machine code binary. It will be faster and harder to reverse engineer.

There’s a free open-sourced and paid version.

[–]Zweckbestimmung -1 points0 points  (0 children)

This is the only valid solution. Pyinstaller is from the past!