Skip to content

ian-ani/diff_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lang en Lang es

Table of contents

About the project

Made with Python for checking two text files. Tested with Windows 10.

Built with

  • os
  • tkinter
  • json
  • difflib

Usage

  1. Run main.py, preferably as a project.
  2. Click on First file to add a first file to check.
  3. Click on Second file to add a second file to check.
  4. Click on Run to check both files.
  5. Go to the output directory and open diff.html file to see the differences.

Works with

Any plain text file such as: .py, .txt, .json (including Jupyter notebooks), .css, .html.

Won't work with

Any non-plain text file such as: images, videos, Word files, Excel files.

About

Checks differences between two text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages