From 6226b887d198a7f06f23ef80c3de577ee2d4bc7a Mon Sep 17 00:00:00 2001 From: Jondy Date: Thu, 2 Apr 2020 09:39:13 +0800 Subject: [PATCH] Add pyarmor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f88379..da51563 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows). * [PyInstaller](https://github.com/pyinstaller/pyinstaller) - Converts Python programs into stand-alone executables (cross-platform). * [pynsist](http://pynsist.readthedocs.io/en/latest/) - A tool to build Windows installers, installers bundle Python itself. +* [pyarmor](https://github.com/dashingsoft/pyarmor) - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. ## Documentation