https://github.com/dahlitzflorian/create-your-own-diff-tool-article
Supporting material for the "Create Your Own Diff-Tool using Python" article
https://github.com/dahlitzflorian/create-your-own-diff-tool-article
difflib python python3 supporting-material
Last synced: 6 months ago
JSON representation
Supporting material for the "Create Your Own Diff-Tool using Python" article
- Host: GitHub
- URL: https://github.com/dahlitzflorian/create-your-own-diff-tool-article
- Owner: DahlitzFlorian
- License: mit
- Created: 2020-04-16T12:48:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T19:54:34.000Z (over 5 years ago)
- Last Synced: 2025-04-04T09:51:13.317Z (6 months ago)
- Topics: difflib, python, python3, supporting-material
- Language: Python
- Homepage: https://florian-dahlitz.de/blog/create-your-own-diff-tool-using-python
- Size: 2.93 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
This repository contains the code used in the *Create Your Own Diff-Tool Using Python* article published on my personal blog.
[Here's](https://florian-dahlitz.de/blog/create-your-own-diff-tool-using-python) the link to the article.