Add a description, image, and links to the python-tkinter-canvas topic page so that developers can more easily learn about it.
I found librosa's waveform draw function to be pretty cumbersome so this is my own attempt to implement that functionality as a simple tkinter widget. Usage: import tkwavewidget import tkinter as tk ...