Skip to content

Punosie/File-Renamer-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Renamer

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.

Usage

To use the File Renamer:

  1. Clone or download this repository to your local machine.
git clone https://github.com/Shubhankar2003/File-Renamer-GUI
  1. Ensure you have Python installed on your system.
  2. Run the file_renamer.py script using Python.
  3. The application window will appear.

Features

  • 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.

Instructions

  1. Folder Path: Click on the "Select Folder" button to choose the folder containing the files you want to rename.
  2. Regex Pattern: Enter the regex pattern in the text field. You can easily create regex patterns using online tools.

Dependencies

  • Python 3.x
  • Tkinter (Pre-installed with Python)
  • Regex (pre-installed with Python)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Feedback and Contributions

Feedback, bug reports, and contributions are welcome! Feel free to open an issue or submit a pull request on the GitHub repository.

Author

This File Renamer application was created by Shubhankar Kaushik. You can reach out to me via [email protected].

Enjoy file renaming with ease! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages