Multi-Search is a Python-based GUI application built with Tkinter. It allows users to search for multiple values across numerous text files, making it especially useful for network administrators searching for IP addresses in device backups.
- Search multiple values simultaneously in large text files.
- Option to search within subdirectories.
- Save search results in organized text files.
- Log search progress and results.
- User-friendly GUI with Tkinter.
- Python 3.x
- Required modules:
tkinterosdatetimejson
- Clone the repository:
git clone https://github.com/your-username/multi-search.git cd multi-search - Install dependencies (if required):
pip install tk
- Run the script:
python multi_search.py
- Enter the values to search.
- Select the search and save directories.
- Click Search to start.
- View results and logs within the application.
Feel free to fork the repository and submit pull requests for improvements.
This project is licensed under the MIT License.