Inno Setup might be a bit more popular than nuitka. We know about 39 links to it since March 2021 and only 30 links to nuitka. We are tracking product recommendations and mentions on Reddit, HackerNews and some other platforms. They can help you identify which product is more popular and what people think of it.
It's intended to be an installer creator similar to Inno Setup, but for DOS, and I want it to be something that can be used in situations where it needs to not crowd the actual content off a 720K floppy disk. - Source: Reddit / 22 days ago
The installer is done using excellent and popular Inno Setup (https://jrsoftware.org/isinfo.php). It will install CGE to a user directory, like C:\Users\USERNAME\AppData\Local\Programs\Castle Game Engine, where it will likely live along other software like VS Code that is also installed by InnoSetup for this user. The installer automatically creates menu and desktop shortcuts, shows you the license summary, runs... - Source: Reddit / 25 days ago
If you want an actual "installer", check out Inno Setup. It will take your WinPython or PyInstaller directory and install it like a real program, including creating shortcuts and all the rest if you want it to. - Source: Reddit / 28 days ago
If so, Inno Setup would be the most novice-friendly of the big-name choices available for free. - Source: Reddit / about 1 month ago
I use pyinstaller. Then for Windows I use inno setup https://jrsoftware.org/isinfo.php to create a Windows installer. - Source: Reddit / 3 months ago
Https://nuitka.net/ is a great compiler for python code. Another option that isn't as obfuscated is the official compiler used in mypy if you have 100% type coverage: https://mypyc.readthedocs.io/en/latest/. - Source: Reddit / 7 days ago
You probably already know about this, but Nuitka[0] is pretty great for building distributable Python apps. [0]: https://nuitka.net. - Source: Hacker News / 18 days ago
Try nuitka BTW I have used the mentioned here pyinstaller, pex … last time I needed to this, nuitka worked flawlessly and better than pyinstaller. - Source: Reddit / 28 days ago
Nuitka works on Windows, Linux and Mac https://nuitka.net/. - Source: Hacker News / 30 days ago
Another similar project: https://nuitka.net/. - Source: Reddit / about 1 month ago
Advanced Installer - Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably.
PyInstaller - PyInstaller is a program that freezes (packages) Python programs into stand-alone executables...
NSIS - NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows...
cx_Freeze - cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...
InstallForge - A very simplistic and streamlined program for creating installation files.
py2exe - A distutils extension to create standalone Windows programs from Python scripts.