FILE PARSER
Powered By: 
A lot of time we need to rename the files in our directory according to certain conventions. For example, File001.jpg, File002.jpg, File003.jpg, and this goes on. Doing this task manually can be repetitive and boring. To avoid this manual work, you can create a tool to rename a large number of files.
FILE PARSER is a python-powered, user-friendly, file-renaming tool.
- RUN main.py
- TYPE Source Directory
- Magic
And of course FILE PARSER itself is open source with a public repository on GitHub.
Installation
File-Parser requires Python v3.x to run.
Install the dependencies and follow the steps:
$ git clone https://github.com/ViAsmit/File-Parser.git
$ cd File-Parser
$ chmod +x main.py
$ ./main.py < SOURCE DIRECTORY HERE >
TYPE FILE PREFIX YOU WANT TO USE.