Azeemaj101 / file-search-bfs-master

A console python application that searches for file(s) in Windows based on the string input using The breadth first search algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Search Using Breadth First Search

Description

A console python application that searches for file(s) in Windows based on the string input using The breadth first search algorithm. The boundary of the search is limited only to the selected parent folder to search and its sub-folders . Each folder will act as the node of the "graph", as the pointer from algorithm searches for the matching file(s). Allows specific file search or file name search. The algorithm's process of shifting nodes from OPEN to CLOSED variables are also displayed as the result.

Screenshot

Screenshot

Requirements

  • Python 2.7
  • TK

###Contribution### Feel free to fork the project but please no pull request.

License and Copyright

This package is Copyright (c) Muhammad Azeem 2022 and is licensed under the MIT license.

About

A console python application that searches for file(s) in Windows based on the string input using The breadth first search algorithm.

License:MIT License


Languages

Language:Python 100.0%