What do people usually use to turn a Python script into a desktop app?
I have done Python mostly for scripts and small personal tools, but recently I started trying to turn one into a desktop app for others to use.
The coding has been fine but I am getting confused about the best way to package and distribute it without making users install a bunch of things first.
I have seen Python Installer and a few other tools mentioned, but I'm not really sure what the standard approach is these days.
What do people normally use here?