A simple tool to rename image files in a folder.
Project description
AutoimgRenamer
AutoimgRenamer is a Python tool to rename image files in a folder with a specified base name and incremental index.
Installation
You can install AutoimgRenamer from PyPI:
pip install autoimgrenamer
Usage
from autoimgrenamer import autoimgrenamer
directory_path = "/path/to/your/images"
new_img_name = 'base'
autoimgrenamer(directory_path, new_img_name)
This will rename all supported image files in the directory using the base name (base_0000.PNG, base_0001.PNG, etc.).
Supported Image Formats: JPG, JPEG, PNG, GIF, BMP, WebP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoimgrenamer-0.1.1.tar.gz.
File metadata
- Download URL: autoimgrenamer-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85a7db7959faf79b87128e77a32e675b6fba856f45a23d62b4e6eef00c784ee2
|
|
| MD5 |
ef99b282dc01e113ec008014041f4e9e
|
|
| BLAKE2b-256 |
68b935207faf49d0a5c75af3c1663e5f1474424e4d0ac45687222148b03f3438
|
File details
Details for the file autoimgrenamer-0.1.1-py3-none-any.whl.
File metadata
- Download URL: autoimgrenamer-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56add63a01e89b65491b2352ae9203410b54702b4fb9d649743f9b45acef82a7
|
|
| MD5 |
52eac2dbd60d4b9ae199bc313c4bb4c6
|
|
| BLAKE2b-256 |
af5334f74e8b297cb29b931e9a8121d77ccbf5d79f46034ce353080abf4d7551
|