Skip to content

This projects For Dev and Learning

Islam-Turky/ProjectsForDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This projects For Dev and Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published