Search code examples
pythonpy2exe

Are there any alternatives to py2exe?


Are there any alternatives to py2exe?


Solution

  • cx_Freeze is cross-platform and does the same, or you could use py2app, which works on mac only.