Skip to content

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

License

Notifications You must be signed in to change notification settings

DaniyalAhmadSE/Wordy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages