From 47b718631f99661a0292e895f9931bd5fbbb4dc6 Mon Sep 17 00:00:00 2001 From: Azanul Haque <42029519+Azanul@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:27:25 +0530 Subject: [PATCH] Add Nuitka --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a99fed92..bdde32b1 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *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). * [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.