This is a simple Python tool for renaming image and video files based on their modification date and extension.
No dependencies required, just download, run, set the path, and let the magic happen.
- Rename image and video files based on their modification date.
- No external dependencies, making it easy to run on any system.
- Supports a wide range of image and video extensions, including Apple formats.
Spanish
- Python 3.6 or higher.
- Clone the repository: git clone https://github.com/janrodriiguez/Image-and-Video-Renamer.git
- Navigate to the project directory: cd . . . /Image-and-Video-Renamer
- Run the script: python Image_and_Video_Renamer.py
- Follow the on-screen instructions to set the path.
Please, don't modify anything unless you know what you are doing if you want it to keep working
You can configure the tool by modifying the Image_and_Video_Renamer.py
file.
folder_path
: The directory path to search for files.- It is an input so it doesn't really need to be modified.
image_extensions
: List of image extensions to process.video_extensions
: List of video exttensions to process.new_file_name
: A format string for renaming files.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.