Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)