Metadata-Version: 2.1
Name: cypy-supersearch
Version: 2026.1.4
Summary: A fast local file search tool
Author: Ke Yingjie
Author-email: yingjieke@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6

# SuperSearch

A fast local file search tool powered by Python and Qt.

## Features

- **Fast Indexing**: Quickly scans and indexes your files.
- **Instant Search**: Real-time search results as you type.
- **Visual Feedback**: Color-coded file types (images, videos, code, etc.).
- **Cross-Platform**: Works on Windows, Linux, and macOS.

## Installation

```bash
pip install .
```

## Usage

Run the application from the command line:

```bash
supersearch
```

## License

MIT License
