Making python programs as executables on Windows and Linux
This is just a note to self on what I used to make executables of my python programs for Linux and Windows respectively. It is now some time since I did i t so I had to look at the documentation I wrote for play-next-pause:
It is pyinstaller for Linux and Py2exe for Windows.