https://github.com/xability/py-maidr
Python binder for maidr library
https://github.com/xability/py-maidr
accessibility binder braille data-science data-visualization python
Last synced: about 13 hours ago
JSON representation
Python binder for maidr library
- Host: GitHub
- URL: https://github.com/xability/py-maidr
- Owner: xability
- License: gpl-3.0
- Created: 2023-06-02T19:17:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T03:04:23.000Z (19 days ago)
- Last Synced: 2026-01-29T21:35:34.684Z (2 days ago)
- Topics: accessibility, binder, braille, data-science, data-visualization, python
- Language: Jupyter Notebook
- Homepage: https://py.maidr.ai/
- Size: 9.29 MB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# py-maidr
Python binder for maidr library
## Install and Upgrade
```sh
# install the latest release from PyPI
pip install -U maidr
```
```sh
# or install the development version from GitHub
pip install -U git+https://github.com/xability/py-maidr.git
```
## User Guide
Please visit the [user guide](https://xability.github.io/py-maidr/) page.
## Example Code
We provide [some example code](https://github.com/xability/py-maidr/blob/main/example) for using py-maidr with matplotlib, seaborn, Jupyter Notebook, Quarto, Shiny, and Streamlit.