UlascanErsoy / Team-7---Multimodal-Accessibility

TOPH: Data driven sonification framework
1 stars 2 forks source link
data-science data-visualization sonification

TOPH

Accesible plotting library that implements heuristic sonification methods to provide first-class accesibility features for low vision and blind individuals. Toph using sound

Team Members

Usage

import toph.plots as plt

if __name__ == "__main__":

    x = [0,1,2,3]
    y = [10,20,40,20]

    bar = plt.bar(x,y)

    bar.play()

Installation

GNU Linux

To use the most recent python versions (> 3.6), you may need to build pyaudio from source as the pre-built wheels are not available in package archives.

Just clone and cd into the repository and run;

pip install .