This file contains 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
""" | |
A Python script to move mp3 files from one directory to a | |
flat structure in another directory | |
Uses path.py module | |
""" | |
import os | |
from path import path | |
DIRECTORY = '/Users/vaibhav/Desktop/msc' # music source Directory |