only copy files from today using shutil.copy python code example Example: python copy file from shutil import copyfile copyfile(src, dst)