It mostly saves you time ! Have you ever had 12, 24 or 100 000 files to rename in the order they appear inside your favorite file explorer. From a folder path and a new file name it will rename every thing inside a folder.
- Copy the entire path of the desired folder
- Choice a new name
- Profit !
You either download the .EXE file (If you are using Windows) Or you can download the EasyRenamer.py file (Warning you need Python Installed !).
The Default configuration is the following:
log=False path=EasyRenamer.log mode=append
You can change the configuration by editing the config.cfg file.
log is a boolean which enable or disable the log file. (True or False), Everything which is not False will be considered as True. path is the path of the log file. mode is the mode of the log file (append or write, Everything which is not append will be considered as write).