An open API service indexing awesome lists of open source software.

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 😁

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 Help

USAGE:
obfuscator.py -B64 script.py 120
obfuscator.py -C script.py
```

# 🛡️MIT License🛡️
**Copyright (c) 2023-2025 westsidedev**