Skip to content

A simple script for you to obfuscate your python codes 😁

License

Notifications You must be signed in to change notification settings

westsidedev/PyObfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple script for you to obfuscate your python codes 😁

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages