Below is my code to batch rename pictures inside a given directory
def multi_filename_change(): i = 0 files = askstring(\'Select your folder\', \'Paste your dire
Source should be appended with existing directory, not just filename
src =files+file
Or src=os.path.join(files, file)