Skip to content

Instantly share code, notes, and snippets.

@zanderriggs
zanderriggs / archiveAudio.py
Last active December 3, 2022 13:44
my first simple py script for copying audio exports to a separate folder for archival purposes
# importing modules
import os
import shutil
# project path (contains individual episode folders)
path = ''
# destination archive path
destinationPath = ''