Home
Just Compare is an open-source Python library designed to facilitate directory comparison.
Features
- Identify identical and different files using hash algorithms.
- Compare files for similarity and dissimilarity using customizable metrics.
- Identify identical and different files based on directory structures.
Prerequisites
Python >= 3.10.0
Installation
To install Just Compare, run the following command in your terminal:
Or you can clone the repository and install:
Usage
Visit the Helper section for more information, or for advanced usage, see the Core API section.