Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jferard/accessibilityhelper4lo

AccessbilityHelper4LO is an LibreOffice extension that facilitates access to the elements of a document
https://github.com/jferard/accessibilityhelper4lo

Last synced: 1 day ago
JSON representation

AccessbilityHelper4LO is an LibreOffice extension that facilitates access to the elements of a document

Awesome Lists containing this project

README

        

# AccessbilityHelper4LO

Copyright (C) J. Férard 2023

AccessbilityHelper4LO is an LibreOffice extension that facilitates
access to the elements of a document.

License: GNU GPL v3.

## Configuration
Needs `pytest` and `flake8`.

```
$ python3 -m pip install -r requirements.txt
$ sudo touch /var/log/AccessbilityHelper4LO.log
$ sudo chmod 666 /var/log/AccessbilityHelper4LO.log
```

## Installation
```
$ python3 py4lo_extension_builder.py install
```

## Usage