/Rename-files-script

Script for delete word/s of many files at same time.

Primary LanguagePython

Rename-files-script

Script for delete word/s of many files at same time.

Purpose

The purpose of this script is to change the name of so many files at the same time and not doing it manually.

Example:

You have 20 files like: {downloaded}- song.mp3 , and you want to delete "{downloaded}- ", you can use the script to delete it in all the files.

Usage

  1. You need Python installed in your system.

  2. Download "renoun_files.py".

  3. Open the script whit a text editor and change "directory" with the path where the files are and "string_to_delete" with the word/s you want to delete. Then, save the changes.

  4. Open your terminal and write: python renoun_files.py