Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🧩 Bulk Text Replacer

A simple Python script to search and replace words or phrases in multiple text files within a folder — clean, safe, and fast!


🚀 Features

  • 🔍 Recursively scans folders for .txt files
  • ✏️ Replaces any word or phrase you specify
  • 💾 Automatically creates backups (.bak)
  • 🧠 Skips non-UTF8 files gracefully
  • 🪶 Lightweight — under 100 lines of Python!

🧰 Requirements

  • Python 3.6 or higher
  • No external libraries required

🧑‍💻 Usage

  1. Clone or download the script:
    git clone https://github.com/yourusername/bulk-text-replacer.git
    cd bulk-text-replacer