Ask Your Question

Revision history [back]

How to create .exe file in python including all used libraries?

I have python program in which I am using modules like opencv and tensorflow. I have tried different methods like pyinstaller, py2exe and auto-py-to-exe but it didnt work for me I guess. Is there a way, that I can create an .exe having all the libraries and media files like video and images (that were used in the program)?

Thanks in advance!