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.
- Execute the program on a console (Obviously, having Python 3.8+ installed)
- Put the path to the folder (not an individual image) you want to rename the files (The images have to be .jpg, .jpeg, .png).
- Enter, and the program will start renaming the files.