9 lines
138 B
Python
9 lines
138 B
Python
'''
|
|
This is the quickest and simplest way to play videos
|
|
'''
|
|
|
|
|
|
from pyvidplayer2 import Video
|
|
|
|
Video(r"resources\trailer1.mp4").preview()
|