Skip to content

onceupon/python-string-alignment-ui

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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

About

simple python UI comparing the differences (substitution, deletion, and insertion) between two input string, using Levenshtein Distance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages