Skip to content

BLAXK3/Change-File-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Change File Extension

Sometimes we need to change the file extension of a file. This can be a tedious task if we have a lot of files to change. In this case, I've written a script specifically for this task. which saves more time.

Prerequisites

To run the Python script, you need to have Python installed on your machine. You can download Python from the official website.

Usage

To use the file you can run change-extension.py or download the exe file from Releases.

  • Check the file extension.
-ets
  • Change file extension
-ch
  • After entering the above two commands You must enter a file path or folder path.
Enter file or folder path >>> </path/to/folder>
  • Exit program
-ext

Conclusion

This Python script can save you a lot of time and effort when you need to change the extension of multiple files. You can further develop or modify this Python script in your own way.