How do I deploy a Python desktop application?

前端 未结 5 1636
粉色の甜心
粉色の甜心 2021-01-30 03:40

I have started on a personal python application that runs on the desktop. I am using wxPython as a GUI toolkit. Should there be a demand for this type of application, I would po

5条回答
  •  轮回少年
    2021-01-30 03:53

    Try to use scraZ obfuscator (http://scraZ.me). This is obfuscator for bytecode, not for source code. Free version have good, but not perfect obfuscation methods. PRO version have very very strong protection for bytecode. (after bytecode obfuscation a decompilation is impossible)

提交回复
热议问题