This project is a Python-based multi-threaded file search tool that searches multiple text files concurrently for a user-specified keyword. It uses regular expressions and ThreadPoolExecutor for ...
A simple multithreaded command-line program that searches for files inside a directory and all of its subdirectories. The purpose of this project is to practice Python concurrency by implementing a ...