Skip to content

Simple File Finding Program Can Find Files In Your Computer

Notifications You must be signed in to change notification settings

Deshan555/DocFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DocFinder - Fast File Finder

Build Status

DocFinder is a free and open source desktop file search application. It runs on Windows and Linux and is written in Python. The application has a graphical user interface, which is written using the Standard PySimpleGUI.

Installation

Install PySimpleGUI Using that command

pip install PySimpleGUI

PySimpleGUI Documentation : https://www.pysimplegui.org/en/latest/

Features

  • Search options include: 'contains', 'startswith', and 'endswith'

  • Re-index saves a local copy of the index for quick re-use. This makes subsequent searches nearly instant.

  • Scope the domain of your search by browsing to a higher level root directory using the Browse button.

  • Search results are both printed to screen and exported to a text file in the working directory.

Screenshots

App Screenshot

About

Simple File Finding Program Can Find Files In Your Computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages