search file more easily
Project description
# file_search python package to search any file having a string. file search module will help you to find out the location of any file using a string.
Example -
import file_search
file_search.set_root(‘D:') files = file_search.searchFile(‘library management’)
in files, searchFile() function will return a list of filenames with their respective locations. in above example, we’re setting root as ‘D:' , so the searching of file will be start from D:. then we’re passing ‘library’ inside the function, so it will return all the files that are having ‘library’ and ‘management’ keyword in its name.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file file_search-0.0.3-py3-none-any.whl.
File metadata
- Download URL: file_search-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d30f7ee2f17cc69633d8bb6526cd1a853d9f1512ff165607cebf8fe1c7eb8943
|
|
| MD5 |
43e4d43d8193228f646d8253de91aa98
|
|
| BLAKE2b-256 |
723047bf4c9db3872476f125303bfec82b7dcb122ff9f1654e0c528c8673a689
|