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.
- Host: GitHub
- URL: https://github.com/pranjalco/mail-merger-simple
- Owner: pranjalco
- License: mit
- Created: 2024-12-22T15:12:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T12:36:07.000Z (over 1 year ago)
- Last Synced: 2025-03-30T05:12:52.803Z (over 1 year ago)
- Topics: automation, automation-and-simulation, file-handling, programming, python, simple, string-manipulation, text-processing
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*