/Wordy

A desktop dictionary app based on a 5D Hash Table of AVLs

Primary LanguagePythonThe UnlicenseUnlicense

Wordy

A dictionary app created with Python

About The Application

Wordy at its core contains a 5 Dimensional hash table of AVLs, Thus it has a time complexity of approximately O(1).

The core features it includes are:

  • Search word
  • Add word
  • Delete word
  • Edit word

The GUI has been built with Tkinter.

Dependencies

Install mttkinter with pip install mttkinter

Running Instructions

Run the wordy_gui.pyw file with Python 3.8.10 or later to run the application