Make a graphical user interface in Python (tkinter) that allows entering the following values with respect to the budget for a certain construction material: The data requested as input are: Name of the material, value, quantity, and the value of the discount, if any (the data shown in the image are for example only). The interface also consists of 3 buttons that will perform the corresponding operations as indicated in each of them. The interface should be functional and will look similar to the image below.
Material budget calculation
Multiply the value by the quantity
Material
John rod
Subtotal
Value:
Total with TAX 12%
Multiply the value by the amount and add 12%
Quantity:
Discount %
Total with discount
5945
Multiply the value, add 12%, then apply Custom Discount percentage entered
AMOUNT TO BE PAID
The result of each button must be reflected in the green label.