Metadata-Version: 2.1
Name: fsdc
Version: 0.1.4
Summary: Finds identical, different and unique files in 2 folders and all subfolders
Home-page: https://github.com/thiloschild/FSDC
Author: Thilo Schild
Author-email: work@thilo-schild.de
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: argparse
Requires-Dist: pandas
Requires-Dist: sys
Requires-Dist: PyQt5
Requires-Dist: easygui
Requires-Dist: pathlib

# FSDC

The FuckingSimpleDirectoryComparator can find identical, different files and unique files in 2 folders and all of its subfolders.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install FSDC.

```bash
pip install fsdc
```

## Usage

Open a terminal and use the command compare_dir

```bash
compare_dir
```

For help type:

```bash
compare_dir -h
```

