gohil-jay / Macro-Python-Projects

This repository consists of macro-level python projects that undertake a simple task and perform it using small python code snippets.
GNU General Public License v3.0
16 stars 24 forks source link

Add a Diff utility written a Python along with a screenshot of it. #50

Closed KILLinefficiency closed 2 years ago

KILLinefficiency commented 2 years ago

Hello @gohil-jay, I have added a Diff utility written in Python. This Diff Utility takes in two text files as command line arguments and compares them. It then shows up the difference between two files. I am attaching a screenshot of it.

It'd be great if you could give this PR a hacktoberfest-accepted tag. 😄

py_diff