On 2020-06-10, Souvik Dutta <souvik.vik...@gmail.com> wrote: > You might also try py2exe, in that way the user doesn't need to > install python in her/his computer.
I used to use py2exe for Windows apps, and it worked well for 2.x. A couple years ago had to switch to cx_freeze due to issues with 3.x support in py2exe (those issues may have been resolved since). -- Grant -- https://mail.python.org/mailman/listinfo/python-list