Skip to content

salsisan/python-difflib-gui

 
 

Repository files navigation

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.

About

A simple GUI for python's difflib comparing two files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%