Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mejatintiwari/file-rename-bot
File Rename Bot is a Python script designed to batch rename files in a directory based on a specified naming convention. This tool is particularly useful for organizing and managing large collections of files by renaming them in a consistent and meaningful way.
https://github.com/mejatintiwari/file-rename-bot
Last synced: 2 days ago
JSON representation
File Rename Bot is a Python script designed to batch rename files in a directory based on a specified naming convention. This tool is particularly useful for organizing and managing large collections of files by renaming them in a consistent and meaningful way.
- Host: GitHub
- URL: https://github.com/mejatintiwari/file-rename-bot
- Owner: Mejatintiwari
- License: gpl-3.0
- Created: 2024-07-07T05:21:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T05:25:35.000Z (6 months ago)
- Last Synced: 2024-12-03T07:20:14.180Z (about 1 month ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Rename Bot
## Introduction
File Rename Bot is a Python script designed to batch rename files in a directory based on a specified naming convention. This tool is particularly useful for organizing and managing large collections of files by renaming them in a consistent and meaningful way.
## Features
- Batch rename files in a directory
- Customizable naming patterns
- Supports sequential numbering
- Preview changes before applying
- Undo last renaming operation## Requirements
- Python 3.x
- `os` module (standard library)
- `re` module (standard library)