Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Cover Letter Automation

Description

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.

Features

  • 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

Installation

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

Usage Instructions

  • 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 = { }

Requirements

  • Python
  • Os module
  • Glob module
  • Docx2pdf module

Contributing

Pull requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages