I want to rent a program in Python but I don't want my customers to see the source code I made.
So, how do I let them run the file without seeing the source code? I was thinking about python-crypto AES But it requests a password to decrypt the code to run it, so.. any ideas?