Question: POINTS] Write a separate python program to accomplish this question. You are required to use Tkinter to accomplish the following tasks: A. [2 POINTS] Create
![POINTS] Write a separate python program to accomplish this question. You](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2e581d13d3_49766f2e5812c2e7.jpg)
POINTS] Write a separate python program to accomplish this question. You are required to use Tkinter to accomplish the following tasks: A. [2 POINTS] Create and display a Tkinter window of size " 250100 ", then set the window Title to "negative/positive" B. [2 POINTS] Add a Label widget with text="Number:", place it at row =0 and column =0. Set padding from all dimensions to 20 . C. [1 POINT] Add an Entry widget with width=25, placed at row =0 and column =1. D. [2 POINTs] Add a Button widget with text="Check" and width =15, placed at row =1 and column =1, aligned to the RIGHT side. E. [3 POINTS] Make a function called negativePositive(number) that is executed when you press the button. The function accepts an integer argument called 'number'. The function checks if the number is positive, it displays an Information Dialog entitled "Information" with " Positive " as a message. Otherwise, it displays a Warning Dialog entitled "Warning" with " Negative" as a message. Note: The window and dialogs should look like the Figure below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
