How can you compile a .pyc file into a .exe file? I can't use auto-py-to-exe or pyinstaller for it, because they don't accept bytes

前端 未结 0 1262
面向向阳花
面向向阳花 2021-01-30 05:32

I have a script that i compiled into a .pyc file, so that the code is encrypted into bytes. How can i turn this .pyc file into a .exe file? I know you can decompile .pyc scripts

相关标签:
回答
  • 消灭零回复
提交回复
热议问题