This is a simple project for generating personalized Cover letters with Python. The purpose is to use Python to generate and multiply personalized cover letters when applying for multiple companies. The program allows you to write your cover letter text in a templatefile and replace company name, position title and employer name with a simple prompt. You can then easily copy the results and use them as you wish.
- Write your cover letter text into the coverLetterTemplate.txt file using the variables defined below
- Wrap your preffered variables with { variable_name }
- Run the program with
python main.pyand use the results as you wish
Fill this template with your cover letter text You can use the variables EmployerName:{EmployerName} CompanyName:{CompanyName} PositionTitle:{PositionTitle} And they will be replaced with your given inputs. More information in README.md
- EmployerName
- PositionTitle
- CompanyName
- (add tyour own in code)