Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为一家生产公司构建了一个端到端分析项目。下面是我的代码结构。
我想要做的是,在客户端实现这个。但是我需要屏蔽我的代码,这样他们就无法阅读它。我发现 pyarmor 是实现这一结果的最佳方式。但大多数演示节目都屏蔽了一个 .py 文件。如何使用 pyarmor 有效地混淆整个 python 文件?