Mail Merge (Python Script)
Developed a Python script to automate the creation of personalized letters from a template. The script reads a list of names from an input file, replaces a placeholder in a template letter with each name, and generates individual letters as output files.
Check Out Repository