Skip to content

Small python program that renames a group of images in a desired folder, in numerical order from 001 onwards.

Notifications You must be signed in to change notification settings

jkveri2812/Image_renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

o2jkveri's Image renamer.

Hi. This is just a small program.

History

I had the necesity to rename some images in numerical order, since I was too lazy to do that (some folders contained above 1k images).
So I created this program on python, with the os module of python. So I had to learn how to use it.
And what you see is the result.

How to use it?

  1. Execute the program on a console (Obviously, having Python 3.8+ installed)
  2. Put the path to the folder (not an individual image) you want to rename the files (The images have to be .jpg, .jpeg, .png).
  3. Enter, and the program will start renaming the files.

About

Small python program that renames a group of images in a desired folder, in numerical order from 001 onwards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages