A Python program that renames all file in a folder
This project takes as parameters :
- path to the folder that holds the files
- new name for the files within the folder
- starting index for the files names
Usage: main.py <folder_path> <new_name> <start_index>
Example :
python main.py ./folder file_ 1
This will rename all the files whithin the "folder" folder to file_1 , file_2 , etc.
Tested on :
Windows 7 | Windows 10