Checkboxes - Intro To Tkinter 7

  Рет қаралды 468

Tkinter․com

Tkinter․com

Күн бұрын

In this video we'll look at Checkboxes in Tkinter and Python.
Check boxes are great because they allow you to make a choice from a list of items.
Unlike Radio Buttons, with checkboxes you can select more than one item at any given time.
#tkinter #codemy #JohnElder
Timecodes
0:00​​ - Introduction
1:00 - Create Three IntVars
1:48 - Create Three Checkbuttons
4:25 - Command When Checked
4:57 - Create a Label
5:25 - Clicked Function Logic
7:13 - Create a Button
7:45 - Logic For All Buttons
10:34 - Conclusion

Пікірлер: 5
@TkinterPython
@TkinterPython 3 ай бұрын
Watch Intro To Tkinter Playlist FREE Tkinter Widget Book bit.ly/3wwUe21 bit.ly/3K4qlZC See More At: Subscribe To My KZbin Channel: Tkinter.com bit.ly/3Pk1By4 MASSIVE TKINTER.COM DISCOUNT Join My Facebook Group: 30% off with coupon code: youtube bit.ly/2GFmOBz Get The Code For This Video bit.ly/3dCzz2K
@danielcrompton7818
@danielcrompton7818 3 ай бұрын
A but less repetitive in clicked: def clicked(): for var, onval in zip((var1,var2,var3), (‘pepperoni’, ‘cheese’, ‘mushroom’): …
@TkinterPython
@TkinterPython 3 ай бұрын
nice
@dougsigman9497
@dougsigman9497 3 ай бұрын
This may be a bit less clumsy for the function. def check_toppings(): toppings = [] if var1.get() == 1: toppings.append('Pepperoni') if var2.get() == 1: toppings.append('Cheese') if var3.get() == 1: toppings.append('Mushrooms') if toppings: my_label.config(text=f"You Picked {', '.join(toppings)}.") else: my_label.config(text='No toppings selected.')
@TkinterPython
@TkinterPython 3 ай бұрын
nice
Combo Boxes - Intro To Tkinter 8
12:00
Tkinter․com
Рет қаралды 583
Menus - Intro To Tkinter 9
15:12
Tkinter․com
Рет қаралды 895
Женская драка в Кызылорде
00:53
AIRAN
Рет қаралды 488 М.
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 134 МЛН
Learn Python tkinter GUI checkboxes easy ✔️
9:36
Bro Code
Рет қаралды 20 М.
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Rob Mulla
Рет қаралды 264 М.
5 React Native Tips to WOW Your Users
16:36
Simon Grimm
Рет қаралды 18 М.
Intro To Object Oriented Tkinter - Object Oriented Tkinter 1
16:42
Tkinter․com
Рет қаралды 17 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 391 М.
Tkinter Layout Managers - Simple Crash Course
15:43
NeuralNine
Рет қаралды 7 М.
Radio Buttons - Intro To Tkinter 6
14:11
Tkinter․com
Рет қаралды 577
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 285 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 931 М.
Женская драка в Кызылорде
00:53
AIRAN
Рет қаралды 488 М.