from Hacker News

Ask HN: Writing a simple mp3 player in python

by ittan on 6/4/12, 11:19 AM with 0 comments

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.

thanks in advance