A user-friendly graphical application for searching files on your computer.
- Search by file name patterns (e.g., *.txt, *.pdf)
- Browse folders easily with a directory picker
- Sort results by name, date, or size
- Clear and intuitive interface
- Shows file sizes in human-readable format
- Real-time search progress updates
- Make sure you have Python 3.8 or later installed
- Install required packages:
pip install rich pyinstaller- Run the application:
python file_finder_gui.py- Install Python 3.8 or later
- Install required packages:
pip install rich pyinstaller- Build the executable:
python build.py- Find the executable in the
distfolder:- Windows:
FileFinder.exe - Mac/Linux:
FileFinder
- Windows:
- Launch the application by double-clicking the executable
- Enter a search pattern (e.g., *.txt for text files)
- Choose a folder to search in using the "Browse" button
- Select how to sort the results (by name, date, or size)
- Click "Search" to start searching
- Results will appear in the table below
- Click column headers to sort results
- Use wildcards in search patterns:
*matches any characters?matches any single character- Examples:
*.txtfinds all text filesdoc*.pdffinds PDF files starting with "doc"report???.xlsxfinds Excel files starting with "report" followed by any 3 characters
If you encounter any issues:
- Make sure you have the latest version of Python installed
- Try reinstalling the required packages
- Check if you have proper permissions for the folders you're searching in
This project is open source and free to use.