Skip to content

Instantly share code, notes, and snippets.

@vinu76jsr
vinu76jsr / move_mp3.py
Created January 24, 2014 09:30
A Python script to move mp3 files from one directory to a flat structure in another directory, Uses path.py module
"""
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