Auto-ID3 Tag editor for music downloaded from myfreemp3

So I download tons of music from myfreemp3. Most of the files downloaded from these repositories carry no ID3 tags and the file name is usually of the form: Artist – Song title www.myfreemp3…mp3 I did this program to save me time as I would otherwise have to go song by song changing the artist and song name manually.

I used Python3 and one pypi library to edit the ID3 tags. The library is called mp3_tagger and it gets the work done but not very well.