I am trying to write an mp3 player in python using tksnack for learning purposes. Below is some working example code I have written.
Code: http://pastecode.com/Lb
I needed some suggestions on how I can implement pause, next and previous. Can I use the processing module for this or is python a bad choice to create this kind of a program.