You can integrate this into a pre-commit hook or a GitHub Action to automatically obfuscate code before packaging for release.
Useful for toy projects; dangerous to rely on for real security. oxyry python obfuscator
How does Oxyry stack up against other Python obfuscators like PyArmor, PyOxidizer, or simple minification? You can integrate this into a pre-commit hook
Using Oxyry is straightforward, but you must understand the options to avoid breaking your code. oxyry python obfuscator
Oxyry does not encrypt the code (the interpreter must still understand it). Instead, it applies a series of :
Hides internal API endpoints, secret keys, or specific logic patterns that could be exploited.