The File Renaming Tool is a user-friendly application that helps you quickly rename all the files in a selected folder. You can choose a custom base name, and the tool will rename the files sequentially. For example, if you select "training_data" as the base name, your files will be renamed to "training_data_1," "training_data_2," and so on. This is especially useful for organizing datasets, creating consistent naming conventions for projects, or simply keeping your files in order for easier access and management.
- Rename multiple files at once with sequential numbers.
- User-friendly GUI for easy file renaming.
- Python 3.x installed on your computer.
-
Clone or download this repository to your local machine.
-
Open a terminal or command prompt and navigate to the directory where you saved the program files.
-
Run the following command to start the File Renaming Tool:
python file_renaming_tool.py
- The File Renaming Tool GUI will appear.
-
Click the "Browse" button to select the folder containing the files you want renamed.
-
Enter a new base name in the "New Name" field.
-
Click the "Rename Files" button.
-
The selected files will be renamed with sequential numbers.
-
Once the renaming is complete, a success message will indicate that the files were renamed successfully.
- Please be careful when using this tool, since file renaming cannot be undone.
This project is licensed under the MIT License - see the LICENSE.md file for details.