Metadata-Version: 2.1
Name: bomcheckgui
Version: 1.7.9
Summary: gui for bomcheck
Home-page: https://github.com/kcarlton55/bomcheckgui
Author: Kenneth Edward Carlton
Author-email: kencarlton55@gmail.com
License: UNKNOWN
Keywords: BOM,BOMs,compare,bill,materials,SolidWorks,SyteLine,ERP
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: bomcheck (>=1.8)
Requires-Dist: pyside2 (>=5.15)
Requires-Dist: qtawesome (>=1.0)

# bomcheckgui

## **WHAT THE PROGRAM DOES**

Bomcheckgui is a graphical user interface (gui) for the bomcheck program.
It compares bills of materials (BOMs). Look at the bomcheck program
for more information.

## **HOW TO INSTALL**
Assuming that you already have Python on your machine, use the package
manager software [pip](https://en.wikipedia.org/wiki/Pip_(package_manager))
that comes with Python:

`pip install bomcheckgui`

## **HOW TO RUN BOMCHECKGUI**

To open up the gui, from the command line, or via a link you set up, run:

`bomcheckgui`

## How it works

Drag and drop the BOM files that you want to be checked onto the central
portion of the gui.  Click the icon that looks like a green check mark to 
generate results.  An Excel file will be created and results stored to it.


