Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

file_search-0.0.3-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page