Create, edit, and automate documents with powerful mail merge capabilities. EduMerge combines simplicity with advanced featuresโperfect for students and educators.
Full-featured editor with bold, italics, font customization, and syntax-aware editing. Works with TXT, DOCX, and PDF files seamlessly.
Import CSV or Excel files and generate personalized documents for multiple recipients automatically. Save hours of manual work.
Export your documents to DOCX or PDF format with all formatting intact. Professional-grade output every time.
Clean, intuitive design built with ttkbootstrap. Easy to learn, powerful to use. No bloat, just the features you need.
All processing happens locally on your machine. No cloud uploads, no data collection. Your documents stay yours.
Minimal system requirements. Fast startup, responsive editing. Built in Python for cross-platform compatibility.
Clean, distraction-free writing environment with formatting toolbar and sidebar controls.
Simple placeholder system - type [name] in your template and generate personalized files instantly.
Built-in table viewer for managing recipient data with search and pagination.
Screenshots coming soon! Meanwhile, download and try it yourself
| Feature | EduMerge | Google Docs | Microsoft Word |
|---|---|---|---|
| Privacy | โ 100% Local | โ Cloud-based | โ ๏ธ Cloud option |
| Cost | โ Free Forever | โ Free | โ $70/year |
| Mail Merge | โ Built-in, Easy | โ ๏ธ Add-ons Required | โ ๏ธ Complex Setup |
| Offline Use | โ Always | โ ๏ธ Limited | โ Yes |
| Open Source | โ Yes | โ No | โ No |
| Bloatware | โ Zero | โ ๏ธ Some | โ Heavy |
EduMerge is completely free and open-source. Download and run with Python.
EduMerge runs on any system with Python 3.8+
# Clone the repository
git clone https://github.com/aksgamigg/EduMerge.git
cd EduMerge
# Install dependencies automatically
python dependency-installer.py
# Restart your terminal, then run
python EduMerge.py
The dependency installer will automatically set up all required libraries including ttkbootstrap, Pillow, python-docx, pdf2image, and pypdf.
๐ก Troubleshooting: If you encounter issues, run python diagnostics.py after restarting your terminal