python copy from folder to another windows code example Example: copy whole directory python import shutil shutil.copytree(source, destination)