编译 python 为 .pyc 文件: import py_compile pycompile.compile(filename)
反编译 .pyc 文件: pip install uncompyle2 命令行执行:uncompyle6 filename.pyc