0

I know a way to do this is using pyinstaller, however, after some research, I found out that a pyinstaller exe can be reverse engineered to get the original python script.

Do you know a way to compile a python script into an executable which can be shared with anyone ,even if they don't have the dependencies I used, or python, installed, and can not be reverse engineered?

Cris
  • 25
  • 1
  • 6

1 Answers1

0

I found two other threads talking about this, maybe you would like them:

How to make an encrypted executable file

https://www.quora.com/How-can-I-protect-my-Python-code-but-still-make-it-available-to-run

snovy
  • 38
  • 1
  • 7