This is a simple file renamer application created using Python and Tkinter. The application allows users to rename files within a specified folder according to a regular expression (regex) pattern provided by the user.
To use the File Renamer:
- Clone or download this repository to your local machine.
git clone https://github.com/Shubhankar2003/File-Renamer-GUI
- Ensure you have Python installed on your system.
- Run the
file_renamer.py
script using Python. - The application window will appear.
- User-Friendly Interface: The application provides a simple and intuitive interface built with Tkinter.
- Folder Selection: Users can specify the folder path where the files to be renamed are located.
- Regex Pattern Input: Users can input a regex pattern to define the renaming scheme for the files.
- Folder Path: Click on the "Select Folder" button to choose the folder containing the files you want to rename.
- Regex Pattern: Enter the regex pattern in the text field. You can easily create regex patterns using online tools.
- Python 3.x
- Tkinter (Pre-installed with Python)
- Regex (pre-installed with Python)
This project is licensed under the MIT License. See the LICENSE file for details.
Feedback, bug reports, and contributions are welcome! Feel free to open an issue or submit a pull request on the GitHub repository.
This File Renamer application was created by Shubhankar Kaushik. You can reach out to me via [email protected].
Enjoy file renaming with ease! 🚀