A simple, multi-platform tool for viewing the contents of monolingual lexicons.
Note that this is a beta release. The tool is under development.
On Windows, you can run the EXE file directly, but you have to provide it with an input lexicon as argument. For example, the example Quechua lexicon included in the distribution can be loaded as follows:
C:\my\path\> llview.exe que.xml
If you wish to build the tool directly from the Python source (which is what you have to do under Linux), you will need Python 3 and PySimpleGui installed.
$ pip install pysimplegui
Then the tool is run as follows (loading the Quechua lexicon):
$ python3 llview.py que.xml