Skip to content

Instantly share code, notes, and snippets.

@highspeedsnow
highspeedsnow / rename-files-auto-increment.py
Created February 16, 2020 20:36 — forked from tvdsluijs/rename-files-auto-increment.py
This script takes a folder and renames all the files to the same name with auto increment numbers. It keeps the extensions of each file unchanged. Great for renaming images!
'''
author: Pure Python
url: https://www.purepython.org
copyright: CC BY-NC 4.0
creation date: 22-12-2018
This script takes a folder and renames all the files
to the same name with auto increment numbers.
It keeps the extensions of each file unchanged