Skip to content

Minimalist GUI Interface for easily renaming every file in an input folder to a standardized, delimited format.

License

Notifications You must be signed in to change notification settings

Willy-Chan/Bulk-Image-Renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Bulk Image Renamer

The Bulk Image Renamer is a simple and user-friendly program designed to rename multiple files in a folder to a standardized format. This tool can be useful for organizing and managing large collections of images or files. It's surprisingly handy!

Demo

demo.mov

Installation

To use the Bulk Image Renamer, follow these steps:

Ensure that Python is installed on your system. If Python is not already installed, you can download it from the official Python website: python.org.

Clone the repository by running the following command in your terminal or command prompt:

git clone https://github.com/Willy-Chan/Bulk-Image-Renamer.git

Install the required libraries for the program to function properly. The Bulk Image Renamer relies on PyQt5 for its user interface. You can install the necessary libraries by running the following command:

pip install pyqt5

Usage

Open a terminal or command prompt and navigate to the directory where you cloned the repository. Run the run.py file using Python. You can do this by executing the following command:

python run.py

The Bulk Image Renamer application will launch, displaying a user interface. Use the interface to select the folder containing the files you want to rename. Choose the desired naming format or pattern for the renamed files. You can customize the format according to your preferences.

Click the "Rename" button to initiate the renaming process. The program will rename all the files in the selected folder based on the chosen naming format.

Please note that the Bulk Image Renamer relies on the following libraries and modules: os, sys, frame, PyQt5.QtCore, PyQt5.QtGui, PyQt5.QtWidgets, and QFileDialog. Make sure these libraries are installed and accessible in your Python environment.

Support

If you encounter any issues or have questions regarding the Bulk Image Renamer, please feel free to open an issue on the repository's GitHub page.

About

Minimalist GUI Interface for easily renaming every file in an input folder to a standardized, delimited format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages