The File Renamer is a Python script that allows you to rename files in bulk, making it easy to change the extension of multiple files at once. With a simple and intuitive graphical interface, users can select a folder, choose the desired input and output formats, and optionally include subfolders in the renaming process.
- Rename multiple files in bulk according to the desired format.
- Customize input and output extensions to suit your needs.
- Choose whether to include subfolders in the renaming process.
- Receive a completion message with the total number of renamed files and elapsed time.
- Python 3.x installed on your system.
- PySimpleGUI (automatically installed during script execution).
- Make sure you have Python 3.x installed on your system.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the dependencies by running the following command in the terminal:
pip install PySimpleGUI
- Run the
cextension-GUI.py
script. - Browse to the folder where the files you want to rename are located.
- Select the desired input and output formats from the provided options.
- If you want to include subfolders, check the "Include Subfolders" checkbox.
- Click the "Rename Files" button to start the renaming process.
- Wait until the script completes the processing.
- A completion message will be displayed with the total number of renamed files and elapsed time.
- Make sure you have write permissions to the folders where you want to rename the files.
- The script uses the PySimpleGUI library to provide the graphical interface.
- If you have any questions or issues, feel free to contact us.
This project is licensed under the MIT License. See the LICENSE file for more information.
by marcusmuller.