Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikeasamoahansah/autocomplete-gui

Graphical User Interface for the autocomplete engine
https://github.com/ikeasamoahansah/autocomplete-gui

Last synced: about 2 months ago
JSON representation

Graphical User Interface for the autocomplete engine

Awesome Lists containing this project

README

        

# autocomplete-gui
Graphical User Interface (GUI) for an autocomplete engine

![screenshot-20240829-132226Z-selected](https://github.com/user-attachments/assets/4d198eb6-9ab2-4636-a95b-c1de11d41053)

```
project_root/

└── ds/
└── tree.py <- contains Trie Data Structure

└── core/
├── __init__.py
└── main.py
└── words.txt <- list of about 500k words
```

Clone repo