[Solved] Python, How to make a Video File(Mpeg/avi etc) into an exe?


You can’t make a video file into an executable.

You can write a video player in Python which implements the functionality you desire and then use something like py2exe to make it into an executable, but that would involve writing a video player in Python.

There is no programming language that will make a video into an executable file.

5

solved Python, How to make a Video File(Mpeg/avi etc) into an exe?