The program takes input from the user (company name and job title) and inputs that information into a cover letter. BlankLetter.txt is read in and your job title and company name are inserted into spaces that fit the following format: will be replaced with the name of the company. will be replaced by the position entered in. Neither Company nor position should end a sentence. If you want to add a carriage return somewhere just enter a # symbol followed by a space. To insert your own cover letter just replace the text in BlankLetter.txt and add the Company and position keywords where you see fit.
Ben Smith (8/21/16)
Update as of 10/17/17
I am just updating this project to accept a list of companies and job names and make a series of letters.
Update as of 10/18/17
This project accepts a csv file which should contain job title,job name. The program reads through this file and creates cover letters following the input template.
Include the template inside of Letters_Demo_Input Include the company,job list inside of Letters_Demo_Input
Before running the program run the pre_run_script_demo.sh script (./pre_run_script_demo.sh). This will create all of the directories for you so that you don't need to worry about spelling.