Ask HN: Writing a simple mp3 player in python

https://news.ycombinator.com/item?id=4063467
by ittan • 14 years ago
1 0 14 years ago

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

Related Stories

Loading related stories...

Source preview

news.ycombinator.com