Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 626 Bytes

Music Organizer by Genre

Organize a huge number of music audio files into distinct folders based on audio genre metadata.

Libraries Used 🚀

Install tinytag

pip3 install tinytag

You need to modify dir_path and output_path to the path of your liking inside music_organizer.py as shown below:

dir_path = '../../Music/'
output_path = '../../Playlists/'