[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: Freezing Pygame projects in Windows



Hi Scott,

On 8 May 2016 at 06:00, scottmeup <skirmish666@xxxxxxxxx> wrote:
I was hoping to obfuscate my code a little this time, do you know if this is
a possibility?

Pynsist doesn't have any particular support for obfuscation. But you could run some tool beforehand that strips out comments and docstrings, renames variables, etc.

Thomas