https://github.com/mallocdev/pyobfuscator
A simple script for you to obfuscate your python codes 😁
https://github.com/mallocdev/pyobfuscator
compiler linux obfuscation ofuscate python-obfuscator termux windows
Last synced: 2 months ago
JSON representation
A simple script for you to obfuscate your python codes 😁
- Host: GitHub
- URL: https://github.com/mallocdev/pyobfuscator
- Owner: mallocdev
- License: mit
- Created: 2023-03-30T00:59:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T17:30:03.000Z (5 months ago)
- Last Synced: 2025-04-11T20:54:05.303Z (2 months ago)
- Topics: compiler, linux, obfuscation, ofuscate, python-obfuscator, termux, windows
- Language: Python
- Homepage:
- Size: 327 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Platforms
- **Linux**
- **Windows**
- **Termux**## Usage
**This script uses the libs marshal, zlib, base85|64|32|16 and lambdas in addition to compiling the entire code including strings**```
ARGUMENTS:
-B85 Encode Base85
-B64 Encode Base64
-B32 Encode Base32
-ALL Encode Base85,64,32,16
-C Compile code with ord() function
-V Version
-h HelpUSAGE:
obfuscator.py -B64 script.py 120
obfuscator.py -C script.py
```# 🛡️MIT License🛡️
**Copyright (c) 2023-2025 westsidedev**