Skip to content

A simple Desktop search engine application that allows to search for your specific words in text, pdf, image files in your desktop storage within a reduced time complexity and greater efficiency.

Notifications You must be signed in to change notification settings

devacius/DesktopSearchEngine

Repository files navigation

Desktop Search Engine:

We can search words and files present in the directory and subdirectories of the path given as an input.

Step 1: Install the dependencies using reqirements.txt Step 2: Execute the index.py which creates the database for the

//here we are just building the search index(using the B+ tree, we will see the code later) // under this we are giving the folder, and under the folder ans subfolder, we want to index and build that whole database indexes

files and words Step 3: Execute the retrival.py which retrives the words and files.

About

A simple Desktop search engine application that allows to search for your specific words in text, pdf, image files in your desktop storage within a reduced time complexity and greater efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published