Ask for a tool to protect my .pyc file :)

L

Lily Kakm

when I distribute my software, I will give the users .pyc file (maybe I can
use py2exe, but I think there's no essential different), because I don't
like them to know my source code.

But actually, through .pyc file is not so directly as .py file, but the user
can also easily guest the detail of the program. Because in the .pyc file,
the name of the variables are exist.

I ask you for a tool. Maybe it can hide the name of the variables.

For example:

good_node = 100
bad_node = 500 - good_node

Using this tool, it can be like this :

xxxxxxxxxx = 100
xxxxxxxxxy = 500 - xxxxxxxxxx

It has the same function, but it can not easily be seen by the users.

Do you know where to download a tool like this.

Thank you very much!!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top