I recently created a client application with multiple python files. I am using ubuntu, and now that I am finished, I would like to give this to the client in such a way as to facilitate its use in windows.
I looked at py2exe with wine, as well as cx_freeze and some other things, but I can not find a simple tutorial or useful documentation to turn many python files in ubuntu into an easy-to-use Windows application or executable file or anything really.
Thanks!
source share