This is a python script which enables a user to have a file as an output as a result of a fedded input file which has all it's contents with a comma at the end of every line. This is a very useful script as for instance, a person wants to add keywords which he has imported from any external source has it's contents not separated by commas the computer might get confused 😕 as to consider the content as a whole or the words different as a keyword, then this script does provide a comma at every line of content of that file so that computer can easily dishtinguish different words.😃
This script enhances the process of search engine optimization.:sunglasses:
- Clone this repo.
- Run :
yt-tag-script.py
. - Input your input file path and the name of output file in which you want your desired output in the command line.
- Have an output file with contents ending with commas at each line in your desired output filepath.