leokraft / QuickKey

📋✏️ A small background application to quickly access special characters.
GNU General Public License v3.0
8 stars 1 forks source link

Implement fuzzy string matching for lookups #11

Open stefan-baumann opened 3 years ago

stefan-baumann commented 3 years ago

To couteract simple typos, you can use a library such as fuzzywuzzy (https://github.com/Tmplt/fuzzywuzzy) to implement fuzzy string matching to find similar matches, not only exact ones.