Batch File Rename With Python
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 directory path where your
Source should be appended with existing directory, not just filename
src =files+file
Or src=os.path.join(files, file)
You may like these posts
Post a Comment for "Batch File Rename With Python"