Choose a topic to test your knowledge and improve your Python skills
Which of the following tool provides a GUI in python
Tkinter tool in python provide the
GUI stands for
What is widget in Tkinter GUI in python
Which of the following is clickable in GUI programming ?
How we import a tkinter in python program ?
Which of the following is not correct way to import the tkinter in program ?
From which keyword we import the Tkinter in program?
Which widget are used to get the data from the user ?
What is the use of the Entry widget in tkinter python ?
what is Tk() in tkinter python ?
Essential thing to create a window screen using tkinter python?
How we install tkinter in system ?
Which of the following command are used to install the tkinter ?
Which of the correct way to set the geometry of the window ?
To hold the screen what we use ?
What is the use of the mainloop() in Python Tkinter ?
Which of th following is used to call a function by the Button widget in tkinter python ?
Which of the following function are used to get the data from the Entry field in Python Tkinter ?
To get the multiple line user data, which widget we use ?
For user Entry data, which widget we use in tkinter ?
title() is used for
What is the right way to set the title of the window ?
Which of the following is used to put the widget at the screen ?
What is the use of the pack() function for the tkinter widget ?
How pack() function works on tkinter widget ?
How the place() function put the widget on the screen ?
How the grid() function put the widget on the screen ?
What is the use of the place() function in tkinter Python ?
What we use to change the back ground color any widget ?
For what purpose, the bg is used in Tkinter widget ?
fg in tkinter widget is stands for ?
To change the color of the text in the Button widget, what we use ?
Config() in Python Tkinter are used for
To change the property of the widget after the declaration of widget, what e use ?
What is the correct way to use the config() function in tkinter ?
Screen inside another screen is possible by creating
What is the Syntax to create a Frame ?
In which of the following field, we can put our Button?
Creating line are come in which type of thing ?
Which of the following is correct ?
Which of the following we can draw using canvas in tkinter ?
use of the angle attribute are on which widget ?
Minimum number of argument we require to pass in a function to create a line ?
It is possible to draw a circle directly in Tkinter canvas ?
To delete any widget from the screen which function we use ?
What is the correct syntax of destroy in tkinter ?
Which of the following we can able to delete using destroy() function ?
Minimum number of argument we pass in a function to create a rectangle using canvas tkinter ?
Correct way to draw a line in canvas tkinter ?