Posts by NRed • 1 point
1 post
-
0
votes1
answer265
viewsA: Standalone Python software ( .exe file) for non-python machines with GUI and Tkinter
Pyinstaller https://www.pyinstaller.org/ cx_Freeze https://anthony-tuininga.github.io/cx_Freeze/ py2exe http://www.py2exe.org/ Some tools to create executables of files with extension .py.…