Python Tkinter slider customization
问题 I'm new with tkinter, and I want to create a slider like the one in this picture: But I have no idea if this is even possible, so my question is: Is this possible, and does someone has a quick tutorial or something for me? 回答1: This can be done by customizing a ttk theme. The idea is to use images for the scale's trough (a vertical line) and slider (a circle). Theme elements can be created from these images using: style.element_create('custom.Vertical.Scale.trough', 'image', img_trough) style