copy file from one directory to another pythom os code example Example: copy files python from shutil import copyfile copyfile(src, dst)