Metadata-Version: 2.1
Name: csv_excel_matcher
Version: 1.0
Summary: Allows users to select and compare columns from two files (either CSV or Excel). The application matches records between the two selected columns and provides both matched and unmatched records, which can then be saved to an Excel file
Description-Content-Type: text/markdown
License-File: LICENSE

# CSV and Excel Matcher

CSV and Excel Matcher is a GUI application built with Tkinter that allows users to select and compare columns from two files (either CSV or Excel). The application matches records between the two selected columns and provides both matched and unmatched records, which can then be saved to an Excel file.

## Features

- Load and select columns from CSV or Excel files
- Match records between selected columns
- Display the total number of matched and unmatched records
- Save results to an Excel file with separate sheets for matched and unmatched records

## Installation

To install CSV and Excel Matcher, you can use pip:

```bash
pip install csv-excel-matcher==1.0.
```
and just run it as
```bash
python -m csv_excel_matcher
```
to run as application.

## In the GUI:
- Click "Browse" to select the first file (CSV or Excel).
- Select the column from the first file that need to be compared
- Click "Browse" to select the second file (CSV or Excel).
- Select the column from the second file that need to be compared
- Click "Match Records" to find common and unmatched records.
- Click "Save Results" to save the results to an Excel file.

## Support
If you encounter any issues or have any questions, feel free to contact me at hari.nikesh.r.cce@gmail.com.

## License
This project is licensed under the MIT License.



