## 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.
```python
import pycompileo
pycompileo.obfuscate_package('your_module', 'obfuscated_module')
```
Now you can import this new obfuscated module:
```python
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "pycompileo",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, compile, decompile, proprietarify, obfuscate, code, obfuscation",
"author": "Schkimansky",
"author_email": "<ahmadchawla1432@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/17/b0/0ee1fbb3a7ed722c83dc8e32830d19b5200f967448bf0e14d2e4e97c81a2/pycompileo-1.3.8.tar.gz",
"platform": null,
"description": "\n## Pycompileo\nThis is a python code obfuscator. It works by compiling your code to .pyc.\nWhich cant be *easily* decompiled for python version 3.9 (and higher).\n\n# Usage\nThe following code will take a package, obfuscate it \nand return a new package with .pyc files instead of .py files.\n```python\nimport pycompileo\npycompileo.obfuscate_package('your_module', 'obfuscated_module')\n```\n\nNow you can import this new obfuscated module:\n```python\nimport obfuscated_module\n\n# Note that there wont be syntax highlighting\n# for .pyc files. Only use when you dont need\n# syntax highlighting.\n\nobfuscated_module.super_secret_code()\n```\n\nEverything should really be self explanatory. \nYou can reach out to me at `ahmadchawla1432@gmail.com` \nfor additional questions.\n",
"bugtrack_url": null,
"license": null,
"summary": "Python Code Obfuscator.",
"version": "1.3.8",
"project_urls": null,
"split_keywords": [
"python",
" compile",
" decompile",
" proprietarify",
" obfuscate",
" code",
" obfuscation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bd50485828551a3051f9d40b2499440f5b170c80c8b81ad439735aeeda6d54f8",
"md5": "7c0df6a8b1fd261ca7c91bba0ce37772",
"sha256": "9339d35491956a971726aabbb0d4d4dc9dbe51768d7f7aaf0ef5995e782c0399"
},
"downloads": -1,
"filename": "pycompileo-1.3.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c0df6a8b1fd261ca7c91bba0ce37772",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8017,
"upload_time": "2024-10-16T09:08:03",
"upload_time_iso_8601": "2024-10-16T09:08:03.420277Z",
"url": "https://files.pythonhosted.org/packages/bd/50/485828551a3051f9d40b2499440f5b170c80c8b81ad439735aeeda6d54f8/pycompileo-1.3.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17b00ee1fbb3a7ed722c83dc8e32830d19b5200f967448bf0e14d2e4e97c81a2",
"md5": "99bd7ea5b942ddf6728919d54cc59c31",
"sha256": "1397645d00ef645d60fada15471cf1c442ea2b867bca52f1ba27d2fb3b375cd0"
},
"downloads": -1,
"filename": "pycompileo-1.3.8.tar.gz",
"has_sig": false,
"md5_digest": "99bd7ea5b942ddf6728919d54cc59c31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5765,
"upload_time": "2024-10-16T09:08:04",
"upload_time_iso_8601": "2024-10-16T09:08:04.607093Z",
"url": "https://files.pythonhosted.org/packages/17/b0/0ee1fbb3a7ed722c83dc8e32830d19b5200f967448bf0e14d2e4e97c81a2/pycompileo-1.3.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 09:08:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pycompileo"
}