Merge pull request #1528 from dashingsoft/master

Add pyarmor
This commit is contained in:
Vinta Chen 2020-04-07 20:05:39 +08:00 committed by GitHub
commit 6e35932361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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