Based on our record, Inno Setup seems to be a lot more popular than py2exe. While we know about 39 links to Inno Setup, we've tracked only 1 mention of py2exe. 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.
Sounds like you are on Windows. I think something like https://py2exe.org/ will be what you are after. I'm on Mac / Linux systems only, so I can't really provide info on how to use it, but I know there are some good tutorials out there. - Source: Reddit / 3 months ago
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 / 18 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 / 20 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 / 24 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 / 2 months ago
PyInstaller - PyInstaller is a program that freezes (packages) Python programs into stand-alone executables...
Advanced Installer - Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably.
cx_Freeze - cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...
NSIS - NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows...
nuitka - Nuitka is a Python compiler.
InstallForge - A very simplistic and streamlined program for creating installation files.