About
File Finder is a Python-based server application designed for locating files based on partial path matches. It allows users to send queries with path fragments and receive detailed information about the matching files, including their name, full path, size, and creation timestamp, all delivered in a JSON format. The server is easy to set up, requiring only Python 3.8+ and a few dependency installations, making it a simple solution for file discovery within a specified directory.
Key Features
- 0 GitHub stars