PyInstaller Compatibility
Can I obfuscate my Python script AND use PyInstaller to convert it to an executable? Sure you can. But you shouldn't have to do that, if code protection is your objective. Once a script is obfuscated and encrypted, pyinstaller is not necessary.