copy a file from one directory to another in python without using python code example Example: copy files python from shutil import copyfile copyfile(src, dst)