A simple GUI application for bulk renaming images with automatic sequential numbering based on creation date.
- 🖼️ Select multiple images at once
- 🔢 Automatically rename with sequential numbering
- 📅 Sorts by creation date (oldest first)
- 🎨 User-friendly tkinter interface
- 🚀 Standalone .exe version available
Simply double-click BulkImageRenamer.exe from the dist/ folder to launch the application without needing Python installed.
- Install Python 3.x
- Run the script:
python renamer.py
- Click Select Images and choose the images you want to rename
- Enter a Base Name (e.g.,
trip_japan) - Click Rename All
The script will automatically rename your images sequentially:
trip_japan_1.jpgtrip_japan_2.jpgtrip_japan_3.jpg- ...
- Images are sorted by their Creation Date (oldest first)
- Each image gets a sequential number appended to the base name
- Original file format is preserved
- Windows OS (for .exe) or Python 3.x (for script version)
- Tkinter (included with Python)
Created by @windmotion