Initial commit
This commit is contained in:
8
pyvidplayer2/examples/preview_demo.py
Normal file
8
pyvidplayer2/examples/preview_demo.py
Normal file
@@ -0,0 +1,8 @@
|
||||
'''
|
||||
This is the quickest and simplest way to play videos
|
||||
'''
|
||||
|
||||
|
||||
from pyvidplayer2 import Video
|
||||
|
||||
Video(r"resources\trailer1.mp4").preview()
|
||||
Reference in New Issue
Block a user