Here’s a simple yet functional batch photo renamer in Python. It allows you to rename all images in a folder according to a pattern you define, like Vacation_001.jpg, Vacation_002.jpg, and so on.
🔧 Features:
-
Works with
.jpg,.jpeg,.png,.gif, and.bmpby default -
Allows customizable base name
-
Numbers files sequentially with optional padding
-
Skips non-image files
🐍 Python Script: Batch Photo Renamer
🧪 How to Use:
-
Save this code as
batch_renamer.py. -
Run it with Python:
-
Enter the directory containing the images and follow the prompts.
Would you like a GUI version using tkinter, or a command-line only tool with extra options (e.g., dry run, undo, regex matching)?
Share this Page your favorite way: Click any app below to share.