l4rzy / dict

A simple dictionary demonstration using trie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trie dictionary

A simple dictionary demonstration using trie demo

Dependencies

You need to have gtk3 installed in order to run this

Usage

  • To start cli interface
$ python app.py cli
  • To start gtk3 interface
$ python app.py ui

License

MIT

About

A simple dictionary demonstration using trie

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%