Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikeasamoahansah/autocomplete-gui
- Owner: ikeasamoahansah
- License: cc0-1.0
- Created: 2024-08-29T10:55:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T23:48:41.000Z (4 months ago)
- Last Synced: 2024-09-09T00:44:00.342Z (4 months ago)
- Language: Python
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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