I am making a game using pygame and I wanted to add cut scenes to it. The pygame movie module however doesn’t work anymore so I had to resort to using moviepy. Moviepy isn’t
As of moviepy version 0.2.3.4, you can call clip.preview(fullscreen=True) to make your preview fullscreen. Press Esc or the quit button to quit. See the pull request for further info.
Run pip install moviepy --upgrade to update moviepy to the latest version.