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: 5 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T03:28:26.000Z (27 days ago)
- Last Synced: 2026-03-12T10:05:46.108Z (27 days ago)
- Topics: accessibility, binder, braille, data-science, data-visualization, python
- Language: Jupyter Notebook
- Homepage: https://py.maidr.ai/
- Size: 9.95 MB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 30
-
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.