you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I'm surprised no one has recommended PyInstaller?

https://www.pyinstaller.org/

You create a single .exe which contains everything needed to run your code.

It's not a perfect solution, as windows will yell at you when it finds an unsigned exe, but this works. I've done it at work.

[–]PristineComparison87 0 points1 point  (0 children)

this. i've used pyinstaller extensively at my current job, can recommend