Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 596 Bytes

python-string-alignment-ui

Want to share an old project of mine. It is a simple python UI comparing the differences between two input string caused by substitution, deletion, and insertion. It calcuates the Levenshtein Distance between the strings and displays the differences between them.

Requirements:

  1. Python version: Python 2
  2. Require package: sudo apt-get install python-tk

Run

python stringalignment.py

Example:

alt text