An open API service indexing awesome lists of open source software.

https://github.com/pranjalco/mail-merger-simple

This program automates the creation of personalized invitation letters. It reads a template letter from a text file, replaces the [name] placeholder with actual names from another text file, and saves each personalized letter in a designated folder.
https://github.com/pranjalco/mail-merger-simple

automation automation-and-simulation file-handling programming python simple string-manipulation text-processing

Last synced: 12 months ago
JSON representation

This program automates the creation of personalized invitation letters. It reads a template letter from a text file, replaces the [name] placeholder with actual names from another text file, and saves each personalized letter in a designated folder.

Awesome Lists containing this project

README

          

# Mail Merger
This program automates personalized letter creation by reading a template, replacing `[name]` placeholders with actual names from a text file, and saving the final letters in a designated folder.

## Author
Pranjal Sarnaik

## Features
- Reads names from `invited_names_pr.txt`.
- Uses `starting_letter.txt` as the template.
- Replaces `[name]` with actual names.
- Saves personalized letters in `Output/ReadyToSend`.
- Automates bulk letter generation efficiently.

## Level
Simple

## Tech Stack
Python | File Handling | Automation

## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/mail-merger-simple.git

3. Run:
```bash
python app.py

**Created by Pranjal Sarnaik**
*Released under the MIT License*