Tool to rename multiple files a folder.
folder = folder containing files to be renamed pattern = the string that should be replaced name = the string to replace the old value with
python rename_files.py folder pattern name
Python 3
This script is not tested very carefully so use at your own risk.