Skip to content

Python: question list

How to package a Python project into a single executable file

  • pyinstaller (https://github.com/pyinstaller/pyinstaller)
  • cx_Freeze (https://github.com/marcelotduarte/cx_Freeze)
Leave a message