Metadata-Version: 2.1
Name: checksum-gui
Version: 0.1
Summary: GUI Checksum files and directory.
Home-page: https://github.com/kiaderouiche/checksum-tool
Author: K.I.A.Derouiche
Author-email: kamel.derouiche@gmail.com
License: MPL-2.0
Platform: NetBSD
Platform: Linux
Platform: FreeBSD
Platform: OpenBSD
Platform: DragonFlyBSD
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Security
Description-Content-Type: text/markdown
Requires-Dist: PyQt5

# checksum-gui

GUI Quick files checksum

Installation
------------

First install the package from pypi:

  pip install checksum-gui


Then you can run the application::

    checksum-gui

Dependencies
------------

- Python (>= 3.7)
- PyQt5


