Rename_Manager————BY:mko897

Overview
a Python-based utility that automatically renames all files within a selected folder.
- Files will be renamed sequentially starting 001,
- The program ensures that filenames do not conflict or overwrite existing files.
- GUI (no command-line knowledge required for users).
Features
- 🗂 Automatic sequential renaming (e.g., 1.jpg, 2.jpg, 3.jpg, …)
- 📁 Supports subfolders : optional recursive renaming mode
- 🚫 Excludes specific files (e.g., the main script, log files, or configuration files)
- 🔍 Preview mode : shows how filenames will change before applying
- 🧱 Folder-safe : directories are never renamed
- 🧾 Optional rename log : user can choose whether to save a record after renaming
Usage
Launch the program: python rename_gui_advanced.py
In the GUI:
- Select the folder you want to rename files in.
- Choose whether to include subfolders.
- Click Preview to see the renaming plan.
- Click Rename to execute.
- After completion, you』ll be asked whether to generate a rename.log file containing all changes.
Notes
- The program does not rename folders — only files inside them.
- Files like rename_log.txt and the program itself (.exe) are automatically excluded renaming.
- If two files would end up with the same name, the program handles them safely by numbering them sequentially.
Releases:
RENAME GUI RELEASE
討論、發言請尊重彼此
任何不禮貌的發言將封鎖 IP 一個月
最新更新
投稿請回覆一下我才會發現,才好放進目錄中。
另請稍微補充一下使用說明,謝謝。
好,sorry......
goldlove
補充說明的部分
因為我把東西都放在github,所以內容我就直接複製貼上了喔