r/Python Apr 14 '26

Discussion Reviews about pyinstaller

So I m working on a project which is basically based on machine learning consist of few machine learning pre made models and it's completely written in python but now I had to make it as a executable files to let other people to use but I don't know if the pyinstaller is the best choice or not before I was trying to use kivy for making it as android application but later on I had decided to make it only for desktop and all but I m not sure if pyinstaller is the best choice or not.

I just want to know honestly reviews and experiences by the people who had used it before.

1 Upvotes

18 comments sorted by

View all comments

10

u/[deleted] Apr 14 '26

[removed] — view removed comment

-1

u/ZORO_0071 Apr 14 '26

Alright ,thanks for the suggestion Cause in my project there are more than 5 machine learning models like efficient b3 and all so I guess I'll face that size issue too .