Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
pip install eyeD3
The sacred script of eyeD3
A simple example:
import eyed3
audiofile = eyed3.load("2.mp3")
images = audiofile.tag.images
with open('1.jpg','wb+') as file:
file.write(images[0].image_data)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question