How to make .exe

How to make .py .exe
in windows

This should go in #code-help as this isn’t an issue with Replit. But do check out py2exe.

nuitka --onefile (Nuitka · PyPI) would usually be more performant

1 Like