I'm looking for a compiler to compile '.py' file to a single '.exe' file.
I've try already auto-py-to-exe but I'm not happy with it.
I've tried PyInstaller, but one of its dependencies (PyCrypto, which I need) is not working/ maintained anymore and fails to install. https://pyinstaller.readthedocs.io/en/stable/usage.html#encrypting-python-bytecode
I've look also nuitka but it doesn't seem possible to set an icon for the exe.
Do you have any compiler recommendations that can obfuscate / encrypt the code to limit the reverse engineering?