python copy files between directories code example Example: python copy dir from shutil import copytree shutil.copytree("sourcedir", "destination")