All Projects → wagoodman → diff2HtmlCompare

wagoodman / diff2HtmlCompare

Licence: MIT License
Side-by-side diff shown in HTML

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to diff2HtmlCompare

Winmerge
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
Stars: ✭ 2,358 (+2189.32%)
Mutual labels:  diff, compare-files
VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (-74.76%)
Mutual labels:  diff, compare-files
vscode-diff
Compare two folders in Visual Studio Code
Stars: ✭ 66 (-35.92%)
Mutual labels:  diff, compare-files
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (-23.3%)
Mutual labels:  diff, compare-files
array-diff-multidimensional
Compare the difference between two multidimensional arrays in PHP
Stars: ✭ 60 (-41.75%)
Mutual labels:  diff
HandySub
Download Subtitle from Subscene and other sources
Stars: ✭ 42 (-59.22%)
Mutual labels:  diff
diff-check
Incremental code analysis tools based on checkstyle, pmd and jacoco
Stars: ✭ 48 (-53.4%)
Mutual labels:  diff
TyStrings
strings file tool for iOS / macOS developers
Stars: ✭ 15 (-85.44%)
Mutual labels:  diff
treediff-rs
Extract differences between arbitrary datastructures
Stars: ✭ 52 (-49.51%)
Mutual labels:  diff
wenaox
🐬 A light weight and good performance micro channel small program state management library
Stars: ✭ 33 (-67.96%)
Mutual labels:  diff
Differ
Swift library to generate differences and patches between collections.
Stars: ✭ 612 (+494.17%)
Mutual labels:  diff
tainted
Tool to determine which Go packages need to be rebuilt in a monorepo
Stars: ✭ 53 (-48.54%)
Mutual labels:  diff
tailor
Infrastructure as Code for OpenShift
Stars: ✭ 12 (-88.35%)
Mutual labels:  diff
vcdiff
Heavily optimized .NET Core vcdiff library
Stars: ✭ 16 (-84.47%)
Mutual labels:  diff
reducer-tester
Utilities for testing redux reducers
Stars: ✭ 19 (-81.55%)
Mutual labels:  diff
winmerge2011
Fork of WinMerge which has a different set of features
Stars: ✭ 36 (-65.05%)
Mutual labels:  diff
pg-diff
PostgreSQL schema and data comparing tool
Stars: ✭ 39 (-62.14%)
Mutual labels:  diff
magit-diff-flycheck
Flycheck for Magit diff buffers!
Stars: ✭ 24 (-76.7%)
Mutual labels:  diff
tmux-eaw-fix
tmux 2.6 以降において East Asian Ambiguous Character を全角文字の幅で表示する
Stars: ✭ 16 (-84.47%)
Mutual labels:  diff
Aehnlich
Show/Merge differences in directories and their content (text files) in Light/Dark designs
Stars: ✭ 73 (-29.13%)
Mutual labels:  diff

diff2HtmlCompare

A python script that takes two files and compares the differences between them (side-by-side) in an HTML format. Supports both python2 and python3.

Installation

pip install -r requirements.txt

Usage

diff2HtmlCompare.py [-h] [-s] [-v] file1 file2

positional arguments:
  file1       file to compare ("before" file).
  file2       file to compare ("after" file).

optional arguments:
  -h, --help  show this help message and exit
  -s, --show  show html in a browser.
  -v          show verbose output.

Example Output

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].