https://github.com/taskrunner86/rename_photo
Batch rename photos
https://github.com/taskrunner86/rename_photo
Last synced: 11 months ago
JSON representation
Batch rename photos
- Host: GitHub
- URL: https://github.com/taskrunner86/rename_photo
- Owner: TaskRunner86
- License: mit
- Created: 2020-07-10T23:46:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T04:33:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:52:01.234Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# rename
English | [简体中文](./README.md)
## Introduction
This project is used for batch renaming photos, so that the names in the renamed folder will not be messy.
## Instruction for use
There are three optional parameters for the application. The first parameter is the photo path, the second parameter is the length of the number, and the third parameter is the prefix of the photo name. All three parameters have default values, which are 'D:\\test', 5, and an empty string. You can follow the following command to rename:
```
python.exe .\rename.py
python.exe .\rename.py D:/Download/test/
python.exe .\rename.py D:/Download/test/ 5
python.exe .\rename.py D:/Download/test/ 5 photo
```
The result of rename is shown in the following figure:
