Recursive text search tool with GUI. Select a folder, enter search text, optionally filter by file extensions. Finds all occurrences across files displaying filename, line number, and matched content.
- Python 3.x
- Tkinter (included with Python)
python search.py- Click Browse to select a folder
- Enter search text
- (Optional) Enter file extensions to filter:
php,js,html - Check Case sensitive if needed
- Click Search
- Recursive folder scanning
- Extension filtering for faster searches
- Case sensitive option
- Threaded search (UI stays responsive)
- Displays file path, line number, and content