{"id":13766261,"url":"https://github.com/PyObfx/PyObfx","last_synced_at":"2025-05-10T21:33:22.501Z","repository":{"id":215969507,"uuid":"147866206","full_name":"PyObfx/PyObfx","owner":"PyObfx","description":"Python Obfuscator \u0026 Packer","archived":true,"fork":false,"pushed_at":"2020-04-18T20:51:37.000Z","size":166,"stargazers_count":139,"open_issues_count":2,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-17T02:33:57.583Z","etag":null,"topics":["obfuscator","packer","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyObfx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-07T19:27:57.000Z","updated_at":"2024-08-12T19:41:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"b18f6638-2f97-4945-a0f1-a18c987b972b","html_url":"https://github.com/PyObfx/PyObfx","commit_stats":null,"previous_names":["pyobfx/pyobfx"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyObfx%2FPyObfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyObfx%2FPyObfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyObfx%2FPyObfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyObfx%2FPyObfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyObfx","download_url":"https://codeload.github.com/PyObfx/PyObfx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253486336,"owners_count":21916136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obfuscator","packer","python","python3"],"created_at":"2024-08-03T16:00:53.226Z","updated_at":"2025-05-10T21:33:22.208Z","avatar_url":"https://github.com/PyObfx.png","language":"Python","funding_links":[],"categories":["Projects"],"sub_categories":["Python"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"600\" height=\"197\" src=\"https://user-images.githubusercontent.com/24392180/60277578-86af4e00-9906-11e9-8c60-fed3de02b449.png\"\u003e\u003cbr/\u003e\n  \u003ca href=\"https://github.com/PyObfx/PyObfx/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/PyObfx/PyObfx.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/PyObfx/PyObfx/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/PyObfx/PyObfx.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/PyObfx/PyObfx/pulls\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-pr/PyObfx/PyObfx.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/PyObfx/PyObfx/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/PyObfx/PyObfx.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/PyObfx/PyObfx/network\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/PyObfx/PyObfx.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/PyObfx/PyObfx/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/PyObfx/PyObfx.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# PyObfx\nPython Obfuscation tool\n\n## Features\n* String, Integer, Float and Boolean Obfuscation\n* Variable Name Obfuscation\n* Import Name Obfuscation\n* Packing\n\n## Installation\n\n```\ngit clone https://github.com/PyObfx/PyObfx.git \u0026\u0026 cd PyObfx/\npip install -r requirements.txt\n```\n\n## Usage\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://asciinema.org/a/207739\" target=\"_blank\"\u003e\u003cimg src=\"https://asciinema.org/a/207739.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nIn order to obfuscate a single file:\n```\npython3 PyObfx.py \u003cfile_name\u003e\n```\n\nTo pack the file after obfuscation: (Available packers are bz2, gz and lzma)\n```\npython3 PyObfx.py \u003cfile_name\u003e -p \u003cpacker\u003e\n```\n\nFor other options, see:\n```\npython3 PyObfx.py -h\n```\n\n## License\nThis project is licensed under the GPL v3 License - see the [LICENSE](https://github.com/PyObfx/PyObfx/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPyObfx%2FPyObfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPyObfx%2FPyObfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPyObfx%2FPyObfx/lists"}