Created
May 12, 2018 22:44
-
-
Save Unitoi01/001a8e34fa00afc2da7fab19bf584d49 to your computer and use it in GitHub Desktop.
Video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def videoPlay(str): | |
try: | |
os.startfile(str) | |
except Exception, e: | |
print str(e) | |
#closes VLC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment