How to read ID3 Tag in an MP3 using Python?
A quick google showed up http://id3-py.sourceforge.net/
Maybe this works for you ?
Mutagen https://bitbucket.org/lazka/mutagen Edited 14/09/23 with current code host location
eyeD3 http://eyed3.nicfit.net/
Try eyeD3, it's a program and a module.
Dive into Python uses MP3 ID3 tags as an example.