import shutil shutil.copytree(source, destination)
from shutil import copytree shutil.copytree("sourcedir", "destination")