On/Off Button Switch - Python Tkinter GUI Tutorial

Опубликовано: 12 Январь 2021
на канале: John Elder
27,406
525

In this video I'll show you how to create a fun little on/off button that will switch between on and off whenever you click on it.

For this video we'll be using two images, and on image and an off image. We'll use those images as the background of a button.

Then we'll create a Boolean (true/false) variable to keep track of whether the button has been clicked (True) or not (False).

Whenever we click the button we'll call a function that will change the Boolean variable from True to False or False to True and update the
image.


На этой странице сайта вы можете посмотреть видео онлайн On/Off Button Switch - Python Tkinter GUI Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь John Elder 12 Январь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 27,406 раз и оно понравилось 525 зрителям. Приятного просмотра!