# compare **Repository Path**: yanggan2021/compare ## Basic Information - **Project Name**: compare - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # File and Folder Comparator A Python-based tool similar to Beyond Compare for comparing files and folders. ## Features - Compare folders and files - Display differences - Sync files between folders - Merge files - Generate reports - Filters and search ## Installation 1. Install dependencies: `pip install -r requirements.txt` 2. Run: `python src/main.py` ## Usage 1. Select left and right paths 2. Click Compare 3. View differences in the tree and diff view 4. Use sync buttons to synchronize ## Testing Run tests: `python -m unittest tests/test_compare.py`