From 67ff350608bc87991fa40001550a9b74ff240147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20W=C3=B3jcik?= Date: Fri, 18 Sep 2026 23:00:01 +0200 Subject: [PATCH] Add Python Obfuscator & Virtualizer to README Added a new obfuscation tool to the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d114f75aaf..7239a5b2a0 100644 --- a/README.md +++ b/README.md @@ -1087,6 +1087,7 @@ _Libraries to create packaged executables for release distribution._ - [cx-Freeze](https://github.com/marcelotduarte/cx_Freeze) - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux. - Obfuscation - [pyarmor](https://github.com/dashingsoft/pyarmor) - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. + - [Python Obfuscator & Virtualizer](https://github.com/PELock/Python-Obfuscator-VSCode-Extension) - Python obfuscator & code virtualizer, protect against AI deobfuscation, anti-debugging. ### Configuration Files