You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obfuscate Python single-file script and compile output to exe
2
+
3
+
Protect your Python code and distribute it as .exe file with easse. With this short and simply batch file, convert your .py to .c nad compile it to the binaries.
4
+
5
+
## Usage
6
+
7
+
1. Clone the repo.
8
+
2. Prepare Your .py file as module (to be run as imported external module in the other file).
9
+
3. Place run.bat file in the same directory with the single-file Python code.
10
+
- Remove **_\_result__** directory, if You already ran the batch script before
11
+
4. Execute **run.bat**
12
+
5. Follow instructions from console
13
+
- Modify **main.py** if needed (after running **main.py** Your script should run as completely normal)
14
+
6. Distribute **dist** directory
15
+
- Remember that You have to compile it for every platform individually
0 commit comments