Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jferard/accessibilityhelper4lo
- Owner: jferard
- License: gpl-3.0
- Created: 2023-07-30T19:06:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T18:32:43.000Z (over 1 year ago)
- Last Synced: 2023-08-08T20:05:28.085Z (over 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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