This application takes as input all the audio MP3 files you have in a folder, isolates the artist's name and song title, and exports them to an Excel file.
For example, the following folder:
Will be converted to the following result:
- Place mp3 files to a folder.
- Run the
from_mp3_to_excel.py
file. - Type the path of your folder. Beware, Type it according your OS. For example, at windows you must use double “\\” ( C:\\..\\..\\).
- Type the name of Excel file.
My code is released under MIT License.