| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PyCodeObfuscator is a Python-based tool designed to securely obfuscate Python source files. With a focus on simplicity and utility, this script ensures your code is protected while maintaining functionality.
You can install PyCodeObfuscator via pip:
pip install pycodeobfuscatorAlternatively, clone this repository to your local machine:
git clone https://github.com/yourusername/PyCodeObfuscator.git
cd PyCodeObfuscatorRun the script with the following syntax:
pycodeobfuscator <file> [-v | --verbose] [-s | --single]or
PCO <file> [-v | --verbose] [-s | --single]pycodeobfuscator script.py --verboseOutput:
[INFO] Obfuscating, Iteration: 1/20 [INFO] Obfuscating, Iteration: 2/20 [INFO] Obfuscating, Iteration: 3/20 ... [INFO] Obfuscating, Iteration: 20/20 [INFO] Obfuscating... [INFO] Obfuscated file saved as: script_obf.py [INFO] File successfully obfuscated! Result Character Lenght: 2216948
Contributions are welcome! Feel free to open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks to the open-source community for supporting the development of tools like PyCodeObfuscator!
| Back | FazBrowse Home | New Git URL |