0
Adding Media files
Help me on how may I add and open media files in my python code
2 Answers
+ 2
Here is a simple example extracted from "automate the boring stuff with Python".
When the countdown reaches 0, my_song.mp3 opens up with your media player.
https://code.sololearn.com/c81wyY3Y68Vd/?ref=app
Hope this helps đ
0
For instance to play a notification if a certain condition happens