A small package to compare the files between two project folders.
Project description
📁 dircomply - Folder Comparison Tool
dircomply is a lightweight tool to compare files between two directories.It highlights files that differ and those that are unique to each folder.Supports both CLI mode and GUI mode for ease of use.
✅ Features
- Compare files between two folders
- Detect differences in file contents
- List unique files in each folder
- Supports the following file types: .txt, .py, .bat, .html
- GUI mode for interactive comparison
- CLI mode for quick terminal use
💾 Installation
Install dircomply using pip:
pip install dircomply
🧪 Example Usage
Compare two folders via CLI:
dircomply /path/to/folder1 /path/to/folder2
Launch GUI mode:
dircomply
Show version info:
dircomply --version
Display author details:
dircomply --author
📌 Supported CLI Options
Option Description --help, -h Show help message and exit --version, -v Show version number and exit --author, -a Show author name and exit --email, -e Show author email and exit If no arguments are passed, GUI mode will be launched.
🔎 What Gets Compared?
dircomply compares only files with the following extensions: .txt .py .bat .html
All other file types are ignored during the comparison.
Changelog
Version 0.2.0 - 07-04-2024
- Added sort feature in all output files list. (Path)
- Updated readme and changelog.
- Added compare on cli mode.
Version 0.1 - 18-12-2024
- The app will compare two folders and show the difference in .txt, .py, .bat, .html files in both repo.
- Along with app will display unique files for each repo.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dircomply-0.2.0.tar.gz.
File metadata
- Download URL: dircomply-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92ab321c1073f32b2f4764b18300efadbfc69bde29099e305a5226ee92968a24
|
|
| MD5 |
90f1fa66d371bc8d677734a19ba7c78f
|
|
| BLAKE2b-256 |
c0b2209393e075ed130b98512ce30da39e93686baa6fae8b7a5d31dcee9a805a
|
File details
Details for the file dircomply-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dircomply-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c683f86cbeacdc614a9c4f212b22ba333d46b3e785572287b9228476ec4d34b1
|
|
| MD5 |
ff8500d35ccd918bc03e41ea4651f567
|
|
| BLAKE2b-256 |
79821e3230347668e27892a9c78576319580307e3b79ce0dac7bd3db9d54784a
|