Skip to content

Commit 53b7a7a

Browse files
made some changes to the Diff_Util project
1 parent c853404 commit 53b7a7a

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

projects/Diff_Util/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@ This program is a minimal clone of the UNIX ``diff`` program.
44

55
``diff.py`` takes two file names as command-line arguments and compares them for changes.
66

7-
## Dependencies:
7+
## Prerequisites
88
* Rich: ``rich==10.11.0``
99

10-
## Running on Windows:
10+
## How to run the script
11+
**Running on Windows:**
1112

1213
```
1314
python diff.py <orignal_file> <changed_file>
1415
```
1516

16-
## Running on Linux / macOS:
17+
**Running on Linux / macOS:**
1718

1819
```
1920
./diff.py <orignal_file> <changed_file>
2021
```
2122

22-
## Example:
23+
## Usage Example
2324

2425
Consider two files ``v1`` and ``v2``:
2526

@@ -53,3 +54,9 @@ On running ``./diff.py v1 v2``, you'll get the following output:
5354
[+] Line 5: Ra's Al Ghul
5455
5556
```
57+
58+
## Screenshot
59+
![Python Diff Utility](diff_util.jpg)
60+
61+
# KILLinefficiency
62+
Github Link: [KILLinefficiency](https://www.github.com/KILLinefficiency)

projects/Diff_Util/diff_util.jpg

277 KB
Loading

0 commit comments

Comments
 (0)