https://github.com/onceupon/python-string-alignment-ui
simple python UI comparing the differences (substitution, deletion, and insertion) between two input string, using Levenshtein Distance
https://github.com/onceupon/python-string-alignment-ui
Last synced: 3 months ago
JSON representation
simple python UI comparing the differences (substitution, deletion, and insertion) between two input string, using Levenshtein Distance
- Host: GitHub
- URL: https://github.com/onceupon/python-string-alignment-ui
- Owner: onceupon
- Created: 2018-09-22T10:40:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T10:59:37.000Z (over 7 years ago)
- Last Synced: 2025-10-27T02:02:20.073Z (7 months ago)
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
