In order to use this function, you have to enter the full directory name e.g. C:\Users\Sam\documents\work Then all the program needs is a name to rename all files, retaining the current file extention ...
import renamer folder = [path to files] renamer.blindrename(folder) renamer.unblind(folder) Output of blindrename will be a keyfile.csv that can be used to unblind later if desired. This is largely a ...