I am learning python (python 3) and I can copy 1 file to a new directory by doing this
import shutil shutil.copyfile(\'C:/test/test.txt\', \'C:/lol/test.txt
Use glob.glob() to get a list of the matching filenames and then iterate over the list.