Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hirusha-adi committed Jan 24, 2024
1 parent d5c118c commit 0822aad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,22 @@ The `docx-search` Python script is a tool designed to search for a specified wor
- **Logging:** Detailed logging is implemented, capturing information about the search process, including the presence or absence of the target word in each document.
- **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)
- [Sinhala-Typing/docx-search-gui-customtkinter](https://github.com/Sinhala-Typing/docx-search-gui-customtkinter)

**Getting Started:**

1. **Requirements:**

- Python 3.x
- Install required Python packages using `pip install python-docx`
- Install required Python packages using

```
pip install -r requirements.txt
```

2. **Usage:**

Expand Down

0 comments on commit 0822aad

Please sign in to comment.