Using a Word .docx file template of a cover letter, easily swap out words to meet company and job description. Create new Word docx files and pdf files that will be placed in their own folder for future use.
- Replaces placeholder words from template with customized inputs
- Converts template word document into new word document with customizations
- Converts word docx file into pdf file
Functional with python 3.13 or later. Os and glob should be included with python. The only module you may need to install is docx2pdf. This is the converter from Word files to pdfs.
pip install docx2pdf
- Add cover letter template into same folder as cv_auto.py
- Edit/Add any placeholder variables as needed
- Ensure that bracketed words are identical between docx text and variables within replacements = { }
- Python
- Os module
- Glob module
- Docx2pdf module
Pull requests are welcome.