imagediffer.app package

This package is for the application itself. It uses imagediffer.core under the hood and provides clear user interface to use the library.

imagediffer.app.app module

class imagediffer.app.app.App

Bases: object

PyQt5 application for using core library.

To run the application, simply create an instance and call run method.

from imagediffer.app.app import App

App().run()
run()

Run the application.