Skip to content

nsmarkop/plover_dictionary_lookup

Repository files navigation

Plover Dictionary Lookup

External dictionary lookup extension for Plover.

This code is meant to serve as a basic example for external communication with Plover's engine.

How to Use

After installing, enable the plugin in the Plover Configure -> Plugins menu. For writing a client, just look at plover_dictionary_lookup.client or server for now.

Development

Update README.rst with pandoc:

pandoc README.md -o README.rst

Install dependencies with pipenv:

pipenv install --dev

Test with the example client:

pipenv run python -m plover_dictionary_lookup.client

Build and publish to PyPI with twine:

pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*

About

External dictionary lookup extension for Plover

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages