📜  python to elf - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:43.101000             🧑  作者: Mango

代码示例1
You can use py2exe as already answered and use Cython to convert
your key .py files in .pyc, C compiled files, like .dll in Windows 
and .so on Linux. It is much harder to revert than common
.pyo and .pyc files (and also gain in performance!).