Add Nuitka

This commit is contained in:
Azanul Haque 2024-04-17 10:27:25 +05:30 committed by GitHub
parent b5bd4d0ad0
commit 47b718631f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -456,6 +456,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries to create packaged executables for release distribution.* *Libraries to create packaged executables for release distribution.*
* [nuitka](https://github.com/Nuitka/Nuitka) - An optimizing Python compiler written in Python that creates executables that run without an need for a separate installer.
* [py2app](https://github.com/ronaldoussoren/py2app) - Freezes Python scripts (Mac OS X). * [py2app](https://github.com/ronaldoussoren/py2app) - Freezes Python scripts (Mac OS X).
* [py2exe](https://github.com/py2exe/py2exe) - Freezes Python scripts (Windows). * [py2exe](https://github.com/py2exe/py2exe) - Freezes Python scripts (Windows).
* [pyarmor](https://github.com/dashingsoft/pyarmor) - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. * [pyarmor](https://github.com/dashingsoft/pyarmor) - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.