Video Player With Kivy - Python Kivy GUI Tutorial #67

Published: 06 December 2021
on channel: Codemy.com
25,692
355

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