plover-midi4text

Midi4Text English orthographic system implementation for Plover


Keywords
plover, plover_plugin, plugin, stenography
Licenses
GPL-3.0/GPL-3.0+
Install
pip install plover-midi4text==0.0.4

Documentation

Plover Midi4Text

Midi4Text English orthographic system implementation for Plover.

Warning: Updating the plugin does not always update the default dictionaries to their latest versions. Check in the plugin repository or here for the most up to date versions of the dictionary files.

Development

Update README.rst with pandoc:

pandoc README.md -o README.rst

Install dependencies with pipenv:

pipenv install --dev

Update dictionary files:

pipenv run python update_dictionaries.py

Build and publish to PyPI with twine:

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