A simple Python script to search and replace words or phrases in multiple text files within a folder — clean, safe, and fast!
- 🔍 Recursively scans folders for
.txtfiles - ✏️ Replaces any word or phrase you specify
- 💾 Automatically creates backups (
.bak) - 🧠 Skips non-UTF8 files gracefully
- 🪶 Lightweight — under 100 lines of Python!
- Python 3.6 or higher
- No external libraries required
- Clone or download the script:
git clone https://github.com/yourusername/bulk-text-replacer.git cd bulk-text-replacer