Bulk File Rename Tool
The Bulk File Rename Tool is a Python program that allows users to rename multiple files at once. Users can select a folder, specify a search pattern, and provide a replacement string. The program will then rename all files in the folder that match the search pattern, replacing the search pattern with the provided replacement string.
To install and run the Bulk File Rename Tool, follow these steps:
- Clone the project repository from GitHub.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the program using
python file_renamer.py
.
To use the Bulk File Rename Tool, follow these steps:
- Click the "Browse..." button and select the folder containing the files you want to rename.
- Enter a search pattern in the "Search Pattern" field. The search pattern can include wildcards (e.g. *.txt).
- Enter a replacement string in the "Replacement" field.
- Click the "Rename" button to rename the files.
The Bulk File Rename Tool was created by GitProSolutions.
This project is licensed under the MIT License - see the LICENSE file for details.