From c466b8fb06cedf69d1b3305202c9cd1deb8179fd Mon Sep 17 00:00:00 2001 From: Hirusha Adikari <36286877+hirusha-adi@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:30:08 +0530 Subject: [PATCH] fix line spacing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e35758..8cef14d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

**Description:** + The `docx-search` Python script is a tool designed to search for a specified word within Microsoft Word (.docx) documents in a given directory. It utilizes the `python-docx` library for handling Word documents and implements multi-threading to improve search efficiency. **Features:** @@ -15,6 +16,7 @@ The `docx-search` Python script is a tool designed to search for a specified wor - **Multi-threading:** The script utilizes the `concurrent.futures.ThreadPoolExecutor` to concurrently process multiple Word documents, improving overall search performance. **Graphical User Interface** + A GUI for this can be found at - [Sinhala-Typing/docx-search-gui-tk](https://github.com/Sinhala-Typing/docx-search-gui-tk)