Metadata-Version: 2.1
Name: SearchMaster
Version: 1.1.0
Summary: Python script to find anything from your system.
Home-page: https://github.com/deepanshu414
Author: Deepanshu antil
Author-email: deepanshuantil4113@gmail.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: psutil

# SearchMaster

## Overview

SearchMaster is a Python library that helps you search for files with a specified name across all available drives on your system. It efficiently locates files, providing their paths and the total number of matches found.

## Features

- **Search Across All Drives:** Finds files with the specified name on all available drives.
- **Detailed Output:** Prints the full path of each matching file.
- **Count of Matches:** Displays the total number of files found.

## Requirements

- Python 3.x
- `psutil` library

## Installation

1. **Clone the repository:**

   ```sh
   git clone https://github.com/deepanshu414/find_all.git
2. **You can install SearchMaster using pip:**

   ```sh
   pip install SearchMaster

## Example

from SearchMaster  import main<br>
main("example.txt")

**<p align="center">OR</p>**

import SearchMaster <br>
SearchMaster.main("example.txt")
   
