Skip to content

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.

License

GitProSolutions/File-Renaming-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Project Title

Bulk File Rename Tool

Project Description

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.

Table of Contents

How to Install and Run the Project

To install and run the Bulk File Rename Tool, follow these steps:

  1. Clone the project repository from GitHub.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Run the program using python file_renamer.py.

How to Use the Project

To use the Bulk File Rename Tool, follow these steps:

  1. Click the "Browse..." button and select the folder containing the files you want to rename.
  2. Enter a search pattern in the "Search Pattern" field. The search pattern can include wildcards (e.g. *.txt).
  3. Enter a replacement string in the "Replacement" field.
  4. Click the "Rename" button to rename the files.

Credits

The Bulk File Rename Tool was created by GitProSolutions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Badges

License: MIT

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages