Skip to content

edimonndi/Namechanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulk Image Renamer

A simple GUI application for bulk renaming images with automatic sequential numbering based on creation date.

Features

  • 🖼️ Select multiple images at once
  • 🔢 Automatically rename with sequential numbering
  • 📅 Sorts by creation date (oldest first)
  • 🎨 User-friendly tkinter interface
  • 🚀 Standalone .exe version available

How to use

Option 1: Standalone Executable (Windows)

Simply double-click BulkImageRenamer.exe from the dist/ folder to launch the application without needing Python installed.

Option 2: Run from Python

  1. Install Python 3.x
  2. Run the script:
    python renamer.py

Steps:

  1. Click Select Images and choose the images you want to rename
  2. Enter a Base Name (e.g., trip_japan)
  3. Click Rename All

The script will automatically rename your images sequentially:

  • trip_japan_1.jpg
  • trip_japan_2.jpg
  • trip_japan_3.jpg
  • ...

How it works

  • 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

Requirements

  • Windows OS (for .exe) or Python 3.x (for script version)
  • Tkinter (included with Python)

Author

Created by @windmotion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors