arnohakk / DSA5-ProbeMaker

Small tool to use hero .json files created with Optolith for The Dark Eye/ Das Schwarze Auge 5 to perform talent probes.
2 stars 0 forks source link

Autocomplete for Meister when selecting hero's name #12

Closed arnohakk closed 2 years ago

arnohakk commented 2 years ago

It would be great if one could autocomplete when entering the heros name from the names variable.

casibus commented 2 years ago

may be solved via difflib.get_close_matches(). The idea would be to store all possible hero/talent names in the beginning and then after user input try to match that input to any of the stored values.