Skip to content

CallumC28/File-Search-Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Modern File Search Tool (Python + Tkinter)

A sleek, user-friendly desktop application built using Python's tkinter library for quickly searching files by name (with optional extension filtering) across your computer.


Features

  • Live file search with keyword matching
  • Optional extension filter (e.g., .txt, .pdf, .py)
  • Toggle recursive search to include/exclude subfolders
  • Multithreaded for smooth, responsive UI
  • Double-click a result to open file location in Windows Explorer
  • Stop button to cancel ongoing searches
  • Modern dark-themed GUI with responsive design

Requirements

  • Python 3.7+
  • Works on Windows

Standard Python libraries are used:

  • tkinter
  • os
  • threading
  • subprocess

How to Run

  1. Make sure Python is installed.
  2. Save the code as file_search_tool.py or similar.
  3. Run the script

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages