Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

File Renamer Script

Open max-lopzzz opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. I often have a batch of files that need to be renamed according to a specific pattern, but manually renaming each file is tedious and error-prone.

Describe the solution you'd like I would like to contribute a FileRenamer.py script that allows users to rename multiple files in a directory based on a provided regex pattern. Users can specify the new name format, and the script will rename the matching files accordingly.

Describe alternatives you've considered I considered using file management software that includes batch renaming features, but many of these tools have a steep learning curve or don't support regex patterns for flexible renaming.

Additional context The script prompts the user for the directory, the search pattern, and the new name. This will be useful for users needing to standardize file names or organize files in a consistent manner.

max-lopzzz avatar Oct 17 '24 00:10 max-lopzzz

I would like to accept this and will work on this.

SanjayPoptani avatar Mar 20 '25 01:03 SanjayPoptani

Is anyone actively working on this issue? If not, I would like to work on it.

aglaiak avatar Nov 07 '25 18:11 aglaiak