Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 897 Bytes

File metadata and controls

30 lines (14 loc) · 897 Bytes

About Application

Desktop Application

This is Calculator App Creating Using Python Language Programming With Use Tkinter Module only
  1. We first create a frame with a background color of “skyblue” and a padding of 10 pixels on all four sides.

  2. We then create an entry widget with a sunken border and a width of 30 characters.

  3. We then place the entry widget in the frame.

4.It creates a button with the text 'Clear' and places it on the window.

  1. We first import the tkinter module.

  2. Then we create a new window using the Tk() method.

  3. Next, we create a label widget.

  4. Then we add the label to the window using the pack() method.

  5. Finally, we create a loop to keep the window open.

10.It creates a calculator.

calc1