Pygame 1.x has a movie module which makes playing movies pretty straightforward. The internet is full of variations of the answer provided in this SO question
However, I'm using Pygame 2, and it appears that the movie module has been removed. Or maybe just not implemented yet? I can't find a reference to it in the current docs, nor any examples online.
I found this example of using pygame.Overlay with pymedia, but it appears that pymedia does not run on Python 3.
I'm new to the Python ecosystem and don't know all the nooks and crannies and idiomatic tools. I'm hoping someone might be able to point me in the right direction. Thank you!