Skip to content

a script for renaming images e.g. img-01, img-02 etc.

Notifications You must be signed in to change notification settings

tjaart-code/Image-Rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Batch Image Renamer

a script that can batch rename files in a directory using a sequential naming convention like img-01.jpg, img-02.jpg, etc. The script leverages the os module to handle the filesystem operations.

Running the Script:

  1. Modify the directory variable to point to the folder containing your images.
  2. Run the script using: python3 imgRename.py

About

a script for renaming images e.g. img-01, img-02 etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages