Library for converting BRF to eBraille.
As there is no published version of the eBraille standard, currently this tool is unable to produce files which are guaranteed to comply with the final eBraille specification. Once a eBraille specification is published this tool will then receive updates to produce files to comply with that specification.
To build and run brf2ebrl you will need to install PDM. The PDM web site is https://pdm.fming.dev and contains details of the various install methods.
Once PDM is installed you can run the brf2ebrl tests with the following command:
pdm test
There is a basic command line script for demonstration purposes. To run the brf2ebrl script, you first need to install brf2ebrl with the following command:
pdm install
Then you can run:
pdm run brf2ebrl -o <output_file> <brf>
For details of using the brf2ebrl command, do the following:
pdm run brf2ebrl --help
To create a stand alone executable of the command line tool run:
pdm build_exe
You will find a subdirectory named brf2ebrl.dist will be created containing the executable.