Skip to content

Audio Experimental

WARNING

This widget is experimental

Parameters

NameTypeDescription
master
controls
state
bg
fg
activebackground
activeforeground
troughcolor
bordercolor
borderwidth

Methods

Example

py
import tkinter
from tkinterplus.experimental import Audio

root = tkinter.Tk()
widget = Audio(root)
widget.pack()
root.mainloop()

example-Audio

Not associated with or approved by Mojang Studios or Microsoft