Skip to content

Instantly share code, notes, and snippets.

View gbrnt's full-sized avatar

George Bryant gbrnt

View GitHub Profile
@gbrnt
gbrnt / mp3_counter
Created September 28, 2014 15:44
Tool to count MP3s in a directory and its subdirectories
"""
Tool to count MP3s in a directory and its subdirectories
Created by George Bryant
"""
from os import walk
#Hardcoded folder for now
root_folder = "D:/Music"