Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 787 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 787 Bytes

pydiff - An Open Source Python Difflib GUI

An open source Tkinter GUI for python's difflib comparing two text files or two directories, complete with highlighting of differences and line numbers.

You can open File -> Compare Files to diff two text files, or choose File -> Compare Directories to diff directories. In the case of directories, the tool will show the directory structure in a tree sidebar to the left, and highlight files red if they're in left directory only, green if in the right one only, yellow if in both with changes, and white if in both with no changes.

Please open issues if you see any, and feel free to fix and send pull requests.