Y
Hacker News
new
|
ask
|
show
|
jobs
by
gautamdivgi
1902 days ago
You can create binaries for python using
https://www.pyinstaller.org/
. I've used it well for Linux and mac. Haven't used it for Windows.
1 comments
Operyl
1902 days ago
Works well on Windows too, we use it with PySide2 for a game client launcher/patcher.
link