I want to create a python .exe file in order to sell it to a client, however I'm worried that python can easily be reversed and the source code can be found, rendering my work less valuable for the future. Is there any way I can compile python code and make it irreversible?
Any other suggestions to go about solving this issue are welcomed.