copy contents of folder into another folder if they don't exist python code example Example: copy whole directory python import shutil shutil.copytree(source, destination)