shutil.copy(file, dest_folder) code example Example: python copy file from shutil import copyfile copyfile(src, dst)