Metadata-Version: 2.4
Name: image-comparator
Version: 0.1.1
Summary: Compare sets of images side by side with keyboard navigation
Author: Shashank Katiyar
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: reportlab
Requires-Dist: pymupdf
Dynamic: license-file

# image-comparator
Compare sets of images side by side with keyboard navigation.

### Getting started

- Ensure that pipx is installed. Depending on your platform, run one of the following in terminal:
	- macOS
		```sh
		brew install pipx
		```
	- Windows
		```
		py -m pip install --user pipx
		```
	- Ubuntu/Debian
		```
		sudo apt install pipx
		```

- Install image-comparator using pipx:
	```sh
	pipx install image-comparator
	```

- Now you can simply use the tool by running:
	```sh
	image-comparator
	```

- If want to uninstall, simply run:
	```
	pipx uninstall image-comparator
	```



