This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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" |