Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sibisita/Multi-Search

Repository files navigation

Multi-Search

Overview

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Required modules:
    • tkinter
    • os
    • datetime
    • json

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/multi-search.git
    cd multi-search
  2. Install dependencies (if required):
    pip install tk

Usage

  1. Run the script:
    python multi_search.py
  2. Enter the values to search.
  3. Select the search and save directories.
  4. Click Search to start.
  5. View results and logs within the application.

Contributing

Feel free to fork the repository and submit pull requests for improvements.

License

This project is licensed under the MIT License.

Author

Sibi C B

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages