Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 492 Bytes

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