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

ES2301

ASSIGNMENT 5

SUBMITTED BY: VADANYA SEHGAL

23108031

METALLURGIICAL ENGINEERING FIRST YEAR

Q1) Write a Python program that implements a temperature converter application using Tkinter,
allowing users to convert between Celsius and Fahrenheit.
Q2) Write a Python program to create a Tkinter-based login form with input fields for userid and
password
Q3) Write a Python program to create a Tkinter-based menu bar for file,edit and help as follows.
Q4)Write a Python program to design a simple calculator application using Tkinter with buttons
for numbers and arithmetic operations
Q5)
a)Using Python Tkinter module, create the following GUI page to calculate the area of the
rectangle. The page should have three labels: Length, Breadth and Area with corresponding
entry boxes. A solve button should be placed after the two labels of length and breadth. After
the user enters length and breadth, area should be computed and displayed in the
corresponding entry box
b) Illustrate the use of Listbox widget in Python tkinter module with example.

You might also like