Skip to content

richardsbrian/file_organiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Renaming Tool

The File Renaming Tool is a user-friendly application that helps you quickly rename all the files in a selected folder. You can choose a custom base name, and the tool will rename the files sequentially. For example, if you select "training_data" as the base name, your files will be renamed to "training_data_1," "training_data_2," and so on. This is especially useful for organizing datasets, creating consistent naming conventions for projects, or simply keeping your files in order for easier access and management.

Features

  • Rename multiple files at once with sequential numbers.
  • User-friendly GUI for easy file renaming.

Prerequisites

  • Python 3.x installed on your computer.

Getting Started

  1. Clone or download this repository to your local machine.

  2. Open a terminal or command prompt and navigate to the directory where you saved the program files.

  3. Run the following command to start the File Renaming Tool:

    python file_renaming_tool.py
    

How to Use

  1. The File Renaming Tool GUI will appear.

on_open

  1. Click the "Browse" button to select the folder containing the files you want renamed.

  2. Enter a new base name in the "New Name" field.

  3. Click the "Rename Files" button.

file_selected

  1. The selected files will be renamed with sequential numbers.

  2. Once the renaming is complete, a success message will indicate that the files were renamed successfully.

done

Note

  • Please be careful when using this tool, since file renaming cannot be undone.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

This tool allows you to efficiently rename files in a selected folder with sequential numbering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages