Play DVDs in Python?
Posted
by Zachary Brown
on Stack Overflow
See other posts from Stack Overflow
or by Zachary Brown
Published on 2010-05-17T05:21:22Z
Indexed on
2010/05/17
5:30 UTC
Read the original article
Hit count: 285
I want to write a custom DVD player using python that plays for 30 seconds, then pauses and asks a question. Once the question is anwered, it tells the user if they are right or wrong and gives them a Resume button to resume DVD playback. How do I do this. I have never written a DVD player before, but I am open to learning!
© Stack Overflow or respective owner