Metadata-Version: 2.1
Name: flitz
Version: 0.0.6
Summary: Fast Location / Indexing / Traversal Zone.
Author-email: Martin Thoma <info@martin-thoma.de>
Maintainer-email: Martin Thoma <info@martin-thoma.de>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Dist: pillow
Requires-Dist: pydantic
Requires-Dist: pyyaml

[![PyPI version](https://badge.fury.io/py/flitz.svg)](https://badge.fury.io/py/flitz)
[![Python Support](https://img.shields.io/pypi/pyversions/flitz.svg)](https://pypi.org/project/flitz/)
[![](https://img.shields.io/badge/-documentation-green)](https://flitz.readthedocs.io/en/latest/)
[![GitHub last commit](https://img.shields.io/github/last-commit/MartinThoma/flitz)](https://github.com/MartinThoma/flitz)

# flitz

![](docs/icon.png)

A file explorer / finder with a tkinter GUI. Fast Location / Indexing / Traversal Zone.

![](docs/_static/flitz.png)

## Installation

```
pip install flitz
```

## Usage

Start it by executing `flitz` or `python -m flitz`.
It might also be `python3 -m flitz` on your machine.

