Posts by André • 231 points
1 post
-
23
votes4
answers3572
viewsQ: How can I distribute the . py program without the user having to install all libraries?
I’m learning Python and I need to distribute a program, I read about cx_Freeze and py2exe to generate one .exe. However, I don’t mind distributing the program code together, so I don’t see the need…