Some options I know are py2exe, nuitka, or cx_freeze. Any others?
Ask HN: I am creating an exe from Python. Which is the best way and why?
1–4 of 4 posts
Re: Ask HN: I am creating an exe from Python. Which is the best way and why?
#2Best in which way?
Re: Ask HN: I am creating an exe from Python. Which is the best way and why?
#3Best in which way?
I want the exe to run outside the python shell and also want to hide my source code. There are so many options but I am sure there must be one of them that stands out.
Re: Ask HN: I am creating an exe from Python. Which is the best way and why?
#4Best way to do it is to rewrite it for a different runtime. You have chosen your language poorly to this task.