0% found this document useful (0 votes)
3 views6 pages

Python Tkinter GUI Elements Guide

The document discusses creating different GUI elements like buttons, checkboxes, radio buttons, combo boxes and list boxes using the tkinter module in Python. Code snippets and outputs are provided for each element.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views6 pages

Python Tkinter GUI Elements Guide

The document discusses creating different GUI elements like buttons, checkboxes, radio buttons, combo boxes and list boxes using the tkinter module in Python. Code snippets and outputs are provided for each element.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Assignment –1

Name: Ganesh Suryawanshi

Div/ Batch/ Rollno: B/B2/35

Sub: Python
Topic name : Create Button using tkinter

Code:

Output:
Topic name : Create checkbox using tkinter

Code:

Output:-
Topic name : Create RadioButton using tkinter

Code:

Output:-
Topic name : Create Combo Box using tkinter

Code:

Output:
Topic name : Create List Box using tkinter

Code:

Output:

You might also like