Python script to find anything from your system.
Project description
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
-
Clone the repository:
git clone https://github.com/deepanshu414/find_all.git
-
You can install SearchMaster using pip:
pip install SearchMaster
Example
from SearchMaster import main
main("example.txt")
OR
import SearchMaster
SearchMaster.main("example.txt")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SearchMaster-1.1.0.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file SearchMaster-1.1.0.tar.gz
.
File metadata
- Download URL: SearchMaster-1.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d840c17f4d00f678fd6b0cb7cdc5be3bd35c0c9bf47d2935c3de91071e5a18b |
|
MD5 | ade525f7cf62c8ee755ca1c90b229de8 |
|
BLAKE2b-256 | 3f622c14097bf873e1c906eb3bac9cdf000076e1d5685a6fdd960f207e76dde9 |
File details
Details for the file SearchMaster-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: SearchMaster-1.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34bce2bf799066eba9af2ec6f6d71dc8e8576311978beb888106bc46d94dfbdd |
|
MD5 | 90b5960d753a11a6aa2c1c9564ffe92e |
|
BLAKE2b-256 | 32e08e72d0278fc2089173a5a65b2a2d170edcb4c0f6b81499a41f33c2c72df2 |