Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Renamer Script #340

Open
max-lopzzz opened this issue Oct 17, 2024 · 0 comments
Open

File Renamer Script #340

max-lopzzz opened this issue Oct 17, 2024 · 0 comments

Comments

@max-lopzzz
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant