'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
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 with uncompyle6, but that's okay, I still want to have an extra layer for my script.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
