In this video I'll show you how to create a basic Video Player with Kivy!
Kivy comes with a basic videoplayer that you can use to do very basic video things.
There aren't a lot of options to fiddle with, but if you just need to show a video in your app, this will work just fine.
#kivy #codemy #JohnElder
Timecodes
0:00 - Introduction
1:01 - Pip Install pillow and ffpyplayer
1:31 - Import VideoPlayer
2:03 - Create Video Player Instance
4:22 - Test It Out!
5:10 - Conclusion