Lab 6 GUI and Event Driven Programming

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Lab 6 – GUI and Event Handling Programming Paradigm

Practice/Optional:
Create the application to select any number of options by displaying a number of options to a user as toggle
buttons.using tkinter.
Create the application to draw pictures using complex layout like graphics, text and widgets.
Create all kinds of menus incudes drop down menu into the application using tkinter.
Create graphical slider that allows to select any value from that scale.
Create multi-line and non-editable text with slide controller using listed widgets
Create two tkinter window with and without using geometry method.
Create marksheet with name; department; section and reg. No and enter marksheet by taking seven courses
with subject ID and calculate the grade obtained based on the credit assigned to each subject and marks
obtained.
Create the calendar by showing date month and year with scroll down menu to fix the particular data month and
year and press the click button to show the message of clicked date, month and year.
Create 10 different shapes using Canvas class with User interface along with menu option.
Using tkinter, upload the picture into the application using button.

Mandatory:
1. Create the below shapes using canvas – Use only create_line and create_arc methods of canvas
2. Create the below windows. Insert, Update and Delete should be done to tables. The results of Select query
could be displayed in console/message box.
2a)

2b)

You might also like