Skip to content

Gofaone315/file-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This Python script allows users to search for files within a specified directory based on a query. It traverses the given directory and its subdirectories to locate files that match the user's search term.

How to Use

  1. Run the script.
  2. Provide the path to the directory you want to search.
  3. Enter the name (or part of the name) of the file you're looking for.
  4. The script will display any matching files it finds.

Example

Enter path to directory: /path/to/directory
Enter name of file you're looking for: example.txt
Searching for 'example.txt' in /path/to/directory
Found example.txt in /path/to/directory/subdirectory

Requirements

  • Python 3.x
  • Standard Python libraries: os

About

Script to quickly search files on your system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages