Skip to content

Instantly share code, notes, and snippets.

@Unitoi01
Created May 12, 2018 22:44
Show Gist options
  • Save Unitoi01/001a8e34fa00afc2da7fab19bf584d49 to your computer and use it in GitHub Desktop.
Save Unitoi01/001a8e34fa00afc2da7fab19bf584d49 to your computer and use it in GitHub Desktop.
Video
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