⬅  Return

Word Checker



A GUI utility built with Python tkinter to check if a word is valid as the user spells out.

The project was inspired by the nested dictionaries implementation of a trie, which I found to be a better implementation than using nodes. I also wanted to play with Python Tkinter at the time, so I built out a small project to couple together both ideas.

The utility works for both English and French.

English:

demo-gif-english

French:

demo-gif-french

Switching Languages

demo-gif-switching-languages