+ 4
How could I turn my python file to an exe one?
3 Answers
+ 3
py2exe
+ 2
cx_freeze
py2exe
few examples, I've used cx_freeze only :)
+ 2
I read about installing pyinstaller then using it via cmd to package any py file.. just by writing commands.. I thought there could be other ways. py2exe seems the better choice.. thanks guys.