Python Code Obfuscator.
Project description
Pycompileo
This is a python code obfuscator. It works by compiling your code to .pyc. Which cant be easily decompiled for python version 3.9 (and higher).
Usage
The following code will take a package, obfuscate it and return a new package with .pyc files instead of .py files.
import pycompileo
pycompileo.obfuscate_package('your_module', 'obfuscated_module')
Now you can import this new obfuscated module:
import obfuscated_module
# Note that there wont be syntax highlighting
# for .pyc files. Only use when you dont need
# syntax highlighting.
obfuscated_module.super_secret_code()
Everything should really be self explanatory.
You can reach out to me at ahmadchawla1432@gmail.com
for additional questions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycompileo-1.3.4.tar.gz.
File metadata
- Download URL: pycompileo-1.3.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff74f54d91e5091f2d3aec54aa5afa0be17dc6317b6c341028eb879c82f442b1
|
|
| MD5 |
b60a857351d06e0f0712c52b388710c6
|
|
| BLAKE2b-256 |
033374cf430e32b908fba5a238bd0e455cc7de6ca61355085b7110dd02b1b55c
|
File details
Details for the file pycompileo-1.3.4-py3-none-any.whl.
File metadata
- Download URL: pycompileo-1.3.4-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72f41d03a17545dcb8cdecb5241ced38c1b2f9950c24f4bfd614f33cb8801048
|
|
| MD5 |
d266b68fb3b9d7bbd14e99b10e4d97d7
|
|
| BLAKE2b-256 |
34e3003e55f0a2bed1b0e2cbb46505be12d54dca30e2d2c63e584ca2a2c40b49
|