larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.15k stars 861 forks source link

add pydiff: A simple file diff python script #383

Closed bharatm29 closed 4 months ago

bharatm29 commented 6 months ago

PyDiff is a simple file diff utility inspired by GNU's file diff.

On running, It pretty prints the diff of the given files:

image

github-actions[bot] commented 6 months ago

Hi @bharatm29! :wave:

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.