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?