|
|
|
|
|
by fuzztester
921 days ago
|
|
There is PyInstaller, cx_Freeze, etc. for that. I've used PyInstaller to create standalone Windows EXEs for simple programs like command-line utilities, and even for simple wxPython GUI apps. Worked well, although I've read that there may be some issues for more complex or bigger apps. |
|