I'm attempting to create an application using tkinter (Python 3.4), and I would like to place a video as the background of a frame, instead of an image like normal.
I am not sure at all whether this is possible, or if so, how to do it.
Do I just create a loop that cycles images quickly, or does Python have a built in process for doing this?