I would like to make a Python program executable, like in Windows, when you use a program like cx_Freeze
to make Python programs become .exe
. I would like to do the same for Mac, I would like to make it an app...
I know I can put as first line of the file, a sheebang, or that I can change the mode of the file, but this does not make the program an independent application...