I'm trying to make a video play after a button is clicked, but its not working. The error I get is SyntaxError (unicode error) 'unicodeescape' codec can't decode bytes in positiion 2-3: truncated\UXXXXXXXX escape
rb1 = tk.Button(self, text = "Play", command=self.video).pack()
def video(self):
import os
os.system("C:\Users\Tim\Documents\Bicep.mp4")