A collection of Python utilities for working with Excel files.
Validates Excel files for data integrity and format compliance.
Generates random client/test data and saves to Excel using Faker and pandas.
Compares two Excel files and generates a report highlighting differences. Useful for database updates and identifying new entries.
pip install pandas openpyxl faker tkinterEach tool has its own directory with a standalone GUI application:
# Run verifier
python verifier/main.py
# Run data generator
python data-generator/main.py
# Run comparison tool
python comparison/main.pyMIT License