Skip to main content

Find text in files

Project description

pyfindtext

Coverage Status Build Status PyPI

Find a string of text in any file located in a directory.

Searches through multiple files that are in a directory and returns the file , line number, and a print out of the row where the text was found.

In the case of multiple hits, a list of lists is returned.

Installation

Works on Python 3.7+

pip install pyfindtext

Usage

import pyfindtext

result = pyfindtext.find(directory=/path/to/dir, text=search_string)
for x in result:
    print(x)

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

pyfindtext-0.0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

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