Skip to content

Latest commit

 

History

History
 
 

Diff_Utility

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Star Badge Open Source Love View My Profile View Repositories

Diff Utility

🛠️ Description

A Diff Utility that takes in two file names as commandline arguments and compares them. The comparison is then shown as the output indication which file has changed where.

⚙️ Languages or Frameworks Used

You need Python to run this script. You can visit here to download Python. You also need rich package installed. Install it via the terminal.

pip install rich

🌟 How to run

Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:

python diff.py <file1.txt> <file2.txt>

📺 Demo

🤖 Author

Shreyas Sable