Program to clean up id3 tags on mp3 files.
Made in Python 2.7.3
##Requirements
Must have wx and eyed3 modules for python.
To install wx (in Ubuntu):
sudo apt-get install python-wxgtk2.8
pip install wx
To install eyed3 (in Ubuntu):
pip install eyed3
##Usage
Run with the following:
python interface.py