-
from shutil import copyfile # copyfile(src, dst) copyfile('C:\\test\\test.txt','C:\\test\\test_copy.txt')