PySimpleGUI/docs/eCookbook/change-slider-based-on-inpu...

477 B

A demo program to address this Reddit post: https://www.reddit.com/r/learnpython/comments/fdx0io/moving_a_slider_with_a_button_click/

The idea is for a slider to be updated to the value input by the user in the input box.

You can click the "Submit" button or press the enter key to complete the input.